| Index: third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| index be1f385fed7aaf8a76f1bc6d52eced01365776ac..3284bfae7e63c4c310b2ebba2cac8f959d5f690d 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| @@ -23,10 +23,15 @@ class ScriptWrappable;
|
| // Apply |X| for each pair of (InterfaceName, PrivateKeyName).
|
| #define V8_PRIVATE_PROPERTY_FOR_EACH(X) \
|
| X(CustomEvent, Detail) \
|
| - X(CustomElement, ConnectedCallback) \
|
| - X(CustomElement, DisconnectedCallback) \
|
| X(CustomElement, AdoptedCallback) \
|
| X(CustomElement, AttributeChangedCallback) \
|
| + X(CustomElement, ConnectedCallback) \
|
| + X(CustomElement, DisconnectedCallback) \
|
| + X(CustomElement, Document) \
|
| + X(CustomElement, IsInterfacePrototypeObject) \
|
| + X(CustomElement, NamespaceURI) \
|
| + X(CustomElement, TagName) \
|
| + X(CustomElement, Type) \
|
| X(DOMException, Error) \
|
| X(ErrorEvent, Error) \
|
| X(IDBObserver, Callback) \
|
|
|