| Index: Source/bindings/v8/V8HiddenPropertyName.h
|
| diff --git a/Source/bindings/v8/V8HiddenPropertyName.h b/Source/bindings/v8/V8HiddenPropertyName.h
|
| index 4f2ac49528a9a8efbe373678e113085e72ecd62f..e26a58b19609a8c74dea82d56a3ddbbd5e20809b 100644
|
| --- a/Source/bindings/v8/V8HiddenPropertyName.h
|
| +++ b/Source/bindings/v8/V8HiddenPropertyName.h
|
| @@ -41,6 +41,8 @@ namespace WebCore {
|
| V(callback) \
|
| V(customElementAttributeChanged) \
|
| V(customElementCreated) \
|
| + V(customElementEnteredDocument) \
|
| + V(customElementLeftDocument) \
|
| V(detail) \
|
| V(document) \
|
| V(event) \
|
|
|