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

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

Issue 841973002: IDL: Support iterable<>, maplike<> and setlike<> syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « Source/bindings/tests/idls/core/TestInterface2.idl ('k') | Source/bindings/tests/idls/core/TestObject.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2e209864a6616d723f39da580a75133bd788b071..cf8cc5c6d97384795286cb242343df7b32fbea79 100644
--- a/Source/bindings/tests/idls/core/TestInterface3.idl
+++ b/Source/bindings/tests/idls/core/TestInterface3.idl
@@ -43,4 +43,6 @@
[Custom=(PropertyGetter,PropertyEnumerator,PropertyQuery)] getter Node (DOMString name);
[Custom] setter Node (DOMString name, Node value);
[Custom] deleter boolean (DOMString name);
+
+ iterable<any>;
};
« no previous file with comments | « Source/bindings/tests/idls/core/TestInterface2.idl ('k') | Source/bindings/tests/idls/core/TestObject.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698