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

Unified Diff: Source/bindings/tests/idls/core/TestInterface3.idl

Issue 792903004: IDL: Support extended attributes on iterable<>, maplike<> and setlike<> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 years, 11 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: Source/bindings/tests/idls/core/TestInterface3.idl
diff --git a/Source/bindings/tests/idls/core/TestInterface3.idl b/Source/bindings/tests/idls/core/TestInterface3.idl
index 2ec25242f73b737b7c812302a87b9651feed8026..19111941275e8dc15889ab4ddeb978e663fa2292 100644
--- a/Source/bindings/tests/idls/core/TestInterface3.idl
+++ b/Source/bindings/tests/idls/core/TestInterface3.idl
@@ -45,5 +45,5 @@
[Custom] setter Node (DOMString name, Node value);
[Custom] deleter boolean (DOMString name);
- iterable<any>;
+ [RuntimeEnabled=FeatureName] iterable<any>;
};
« no previous file with comments | « Source/bindings/templates/interface_base.cpp ('k') | Source/bindings/tests/results/core/V8TestInterface3.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698