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 486aa74b6e3dea76e66c0fd37bc3079f99764034..faa2f1f5832d5eedef67bb4221ec0450810c661b 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h |
@@ -34,6 +34,7 @@ class ScriptWrappable; |
X(SameObject, NotificationActions) \ |
X(SameObject, NotificationData) \ |
X(SameObject, NotificationVibrate) \ |
+ X(Test, Callback) \ |
Yuki
2016/09/07 08:27:12
Are you really using this private property?
If no
lkawai
2016/09/08 09:11:31
Acknowledged.
lkawai
2016/09/08 09:27:13
Done.
|
X(V8NodeFilterCondition, Filter) |
// The getter's name for a private property. |