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

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

Issue 2784473002: [Bindings] Move some private symbols from V8HiddenValue to V8PrivateProperty (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
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 3284bfae7e63c4c310b2ebba2cac8f959d5f690d..2b346be20ee626f1aa1ec6bfc6e61d6e73ed6611 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
@@ -34,8 +34,11 @@ class ScriptWrappable;
X(CustomElement, Type) \
X(DOMException, Error) \
X(ErrorEvent, Error) \
+ X(Global, Event) \
X(IDBObserver, Callback) \
X(IntersectionObserver, Callback) \
+ X(Message, Port1) \
Yuki 2017/03/28 14:10:50 X(MessageChannel, Port1)
peria 2017/03/29 03:53:31 Done.
+ X(Message, Port2) \
X(MessageEvent, CachedData) \
X(MutationObserver, Callback) \
X(NamedConstructor, Initialized) \
@@ -44,6 +47,7 @@ class ScriptWrappable;
X(SameObject, NotificationData) \
X(SameObject, NotificationVibrate) \
X(SameObject, PerformanceLongTaskTimingAttribution) \
+ X(Script, State) \
Yuki 2017/03/28 14:10:50 X(PopStateEvent, State)
peria 2017/03/29 03:53:31 Done.
X(V8NodeFilterCondition, Filter) \
X(Window, DocumentCachedAccessor)

Powered by Google App Engine
This is Rietveld 408576698