| 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..4bc3ed94fef2b4ede99fb47727b141ee19d35cfe 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
|
| @@ -25,6 +25,7 @@ class ScriptWrappable;
|
| X(MessageEvent, CachedData) \
|
| X(PrivateScriptRunner, IsInitialized) \
|
| X(IntersectionObserver, Callback) \
|
| + X(IDBObserver, Callback) \
|
| X(MutationObserver, Callback) \
|
| X(PerformanceObserver, Callback) \
|
| X(V8NodeFilterCondition, Filter)
|
|
|