| 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 5a0f7032488c0add20429564b3e5229573fd8ad3..3b0ecde4bb6732c13c7f5dc9d6d2810f884b5a66 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| @@ -22,20 +22,29 @@ class ScriptWrappable;
|
| // Apply |X| for each pair of (InterfaceName, PrivateKeyName).
|
| #define V8_PRIVATE_PROPERTY_FOR_EACH(X) \
|
| X(CustomElement, AdoptedCallback) \
|
| + X(CustomElement, AttachedCallback) \
|
| X(CustomElement, AttributeChangedCallback) \
|
| X(CustomElement, ConnectedCallback) \
|
| + X(CustomElement, CreatedCallback) \
|
| + X(CustomElement, DetachedCallback) \
|
| X(CustomElement, DisconnectedCallback) \
|
| X(CustomElement, Document) \
|
| X(CustomElement, IsInterfacePrototypeObject) \
|
| X(CustomElement, NamespaceURI) \
|
| + X(CustomElement, RegistryMap) \
|
| X(CustomElement, TagName) \
|
| X(CustomElement, Type) \
|
| X(CustomEvent, Detail) \
|
| X(DOMException, Error) \
|
| X(ErrorEvent, Error) \
|
| + X(FetchEvent, Request) \
|
| X(Global, Event) \
|
| + X(IDBCursor, Request) \
|
| X(IDBObserver, Callback) \
|
| + X(InternalBody, Buffer) \
|
| + X(InternalBody, Stream) \
|
| X(IntersectionObserver, Callback) \
|
| + X(LazyEventListener, ToString) \
|
| X(MessageChannel, Port1) \
|
| X(MessageChannel, Port2) \
|
| X(MessageEvent, CachedData) \
|
|
|