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 e982c84076f854e64d5fd1d684312faa0f5b548a..7a73938c3f0f42a092a7784794185aae35725d0a 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h |
@@ -23,7 +23,10 @@ class ScriptWrappable; |
// Apply |X| for each pair of (InterfaceName, PrivateKeyName). |
#define V8_PRIVATE_PROPERTY_FOR_EACH(X) \ |
X(MessageEvent, CachedData) \ |
- X(PrivateScriptRunner, IsInitialized) |
+ X(PrivateScriptRunner, IsInitialized) \ |
+ X(IntersectionObserver, Callback) \ |
+ X(MutationObserver, Callback) \ |
+ X(PerformanceObserver, Callback) |
// The getter's name for a private property. |
#define V8_PRIVATE_PROPERTY_GETTER_NAME(InterfaceName, PrivateKeyName) \ |