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