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

Unified Diff: third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl

Issue 2837923003: Make NodeFilter a legacy callback interface. (Closed)
Patch Set: . Created 3 years, 8 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/tests/idls/core/TestObject.idl
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
index f07e4d0472c5b72938e816856559a3c0cb132097..2400fdb041edadb492cc1bed6f442aa2b6f57b19 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
@@ -80,7 +80,7 @@ interface TestObject {
attribute long svgAttribute;
attribute long xmlAttribute;
// Non-wrapper types
- attribute NodeFilter nodeFilterAttribute;
+ readonly attribute NodeFilter nodeFilterAttribute;
Yuki 2017/04/27 12:18:29 If you'd like to test Document.createTreeWalker, y
bashi 2017/04/27 23:12:32 If we want to check how we generate bindings for l
tkent 2017/04/28 06:13:37 The intention was to skip to generate NodeFilter a
attribute SerializedScriptValue serializedScriptValueAttribute;
attribute any anyAttribute;
// Custom type conversions

Powered by Google App Engine
This is Rietveld 408576698