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 37977498902ffdfff0c85f0c1a617aeb9fd18a6c..1178c1b4a1646fb40e764a97ebc6ec78d106cf7d 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h |
@@ -60,7 +60,9 @@ class ScriptWrappable; |
X(SameObject, NotificationData) \ |
X(SameObject, NotificationVibrate) \ |
X(SameObject, PerformanceLongTaskTimingAttribution) \ |
- X(V8NodeFilterCondition, Filter) |
+ X(V8NodeFilterCondition, Filter) \ |
+ SCRIPT_PROMISE_PROPERTIES(X, Promise) \ |
+ SCRIPT_PROMISE_PROPERTIES(X, Resolver) |
// The getter's name for a private property. |
#define V8_PRIVATE_PROPERTY_GETTER_NAME(InterfaceName, PrivateKeyName) \ |