Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h

Issue 2777943005: [Bindings] Move and remove some private symbols from V8HiddenValue (Closed)
Patch Set: Rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 2ba65e34fc12199b292af3c46b44d949dfcb2c13..d8cfe255c34cd98b8809158048b82758fa91363b 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) \

Powered by Google App Engine
This is Rietveld 408576698