| 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 2a7349b8bf60c0b09baeaf4059f459e000801e86..17d28b88395a6e425a858433206d77db3e165dfc 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| @@ -21,12 +21,13 @@ class ScriptState;
|
| class ScriptWrappable;
|
|
|
| // Apply |X| for each pair of (InterfaceName, PrivateKeyName).
|
| -#define V8_PRIVATE_PROPERTY_FOR_EACH(X) \
|
| - X(MessageEvent, CachedData) \
|
| +#define V8_PRIVATE_PROPERTY_FOR_EACH(X) \
|
| + X(MessageEvent, CachedData) \
|
| X(PrivateScriptRunner, IsInitialized) \
|
| - X(IntersectionObserver, Callback) \
|
| - X(MutationObserver, Callback) \
|
| - X(PerformanceObserver, Callback) \
|
| + X(IntersectionObserver, Callback) \
|
| + X(IDBObserver, Callback) \
|
| + X(MutationObserver, Callback) \
|
| + X(PerformanceObserver, Callback) \
|
| X(V8NodeFilterCondition, Filter)
|
|
|
| // The getter's name for a private property.
|
|
|