| Index: Source/bindings/v8/V8HiddenPropertyName.h
|
| diff --git a/Source/bindings/v8/V8HiddenPropertyName.h b/Source/bindings/v8/V8HiddenPropertyName.h
|
| index 48093af746c149d5eff99c4d6b9afac134d5bb35..76dc17ca1ae30a409e39645a45498ad969ff00c8 100644
|
| --- a/Source/bindings/v8/V8HiddenPropertyName.h
|
| +++ b/Source/bindings/v8/V8HiddenPropertyName.h
|
| @@ -40,12 +40,12 @@ namespace WebCore {
|
| V(attributeListener) \
|
| V(callback) \
|
| V(condition) \
|
| + V(customElementAttached) \
|
| V(customElementAttributeChanged) \
|
| V(customElementCreated) \
|
| + V(customElementDetached) \
|
| V(customElementDocument) \
|
| - V(customElementEnteredView) \
|
| V(customElementIsInterfacePrototypeObject) \
|
| - V(customElementLeftView) \
|
| V(customElementNamespaceURI) \
|
| V(customElementTagName) \
|
| V(customElementType) \
|
|
|