Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h

Issue 2312093003: Generated bindings for IDL callback functions (Closed)
Patch Set: Changed BUILD.gn Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698