Chromium Code Reviews| 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) |