| 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 d9cd41637c832b5da4f7e9f4e01f101279a1370d..d605d2b0c6f88846eebe786372d540417e7d6275 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| @@ -21,19 +21,20 @@ class ScriptState;
|
| class ScriptWrappable;
|
|
|
| // Apply |X| for each pair of (InterfaceName, PrivateKeyName).
|
| -#define V8_PRIVATE_PROPERTY_FOR_EACH(X) \
|
| - X(CustomEvent, Detail) \
|
| - 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(DOMException, Error) \
|
| + X(ErrorEvent, Error) \
|
| + X(IDBObserver, Callback) \
|
| + X(IntersectionObserver, Callback) \
|
| + X(MessageEvent, CachedData) \
|
| + X(MutationObserver, Callback) \
|
| + X(PerformanceObserver, Callback) \
|
| + X(SameObject, FontFaceSetLoadEventFontfaces) \
|
| + X(SameObject, NotificationActions) \
|
| + X(SameObject, NotificationData) \
|
| + X(SameObject, NotificationVibrate) \
|
| + X(V8NodeFilterCondition, Filter) \
|
| X(Window, DocumentCachedAccessor)
|
|
|
| // The getter's name for a private property.
|
|
|