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

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

Issue 2777223005: [Bindings] Replace V8HiddenValue with V8PrivateProperty in V0CustomElementConstructorBuilder (Closed)
Patch Set: . 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
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) \
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698