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

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

Issue 2685183002: Flip flag for Long Tasks to stable (Closed)
Patch Set: undo change to webview test (likely not needed) Created 3 years, 10 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 f81ba5891c6cb26e86032cb5b2712108da501cbc..f0d103bd9288f16f8e6dd10b060b9d3bfc63d627 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
@@ -21,23 +21,24 @@ class ScriptState;
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(DOMException, Error) \
- X(ErrorEvent, Error) \
- X(IDBObserver, Callback) \
- X(IntersectionObserver, Callback) \
- X(MessageEvent, CachedData) \
- X(MutationObserver, Callback) \
- X(PerformanceObserver, Callback) \
- X(SameObject, NotificationActions) \
- X(SameObject, NotificationData) \
- X(SameObject, NotificationVibrate) \
- X(V8NodeFilterCondition, Filter) \
+#define V8_PRIVATE_PROPERTY_FOR_EACH(X) \
+ X(CustomEvent, Detail) \
+ X(CustomElement, ConnectedCallback) \
+ X(CustomElement, DisconnectedCallback) \
+ X(CustomElement, AdoptedCallback) \
+ X(CustomElement, AttributeChangedCallback) \
+ X(DOMException, Error) \
+ X(ErrorEvent, Error) \
+ X(IDBObserver, Callback) \
+ X(IntersectionObserver, Callback) \
+ X(MessageEvent, CachedData) \
+ X(MutationObserver, Callback) \
+ X(PerformanceObserver, Callback) \
+ X(SameObject, NotificationActions) \
+ X(SameObject, NotificationData) \
+ X(SameObject, NotificationVibrate) \
+ X(SameObject, PerformanceLongTaskTimingAttribution) \
+ X(V8NodeFilterCondition, Filter) \
X(Window, DocumentCachedAccessor)
// The getter's name for a private property.

Powered by Google App Engine
This is Rietveld 408576698