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

Unified Diff: Source/bindings/tests/idls/core/TestInterface.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
Index: Source/bindings/tests/idls/core/TestInterface.idl
diff --git a/Source/bindings/tests/idls/core/TestInterface.idl b/Source/bindings/tests/idls/core/TestInterface.idl
index 306a709b126bee39a9ec51e4441a29f979cbe93c..3099edc05c5886a6322ef6c0253721f6475c57dc 100644
--- a/Source/bindings/tests/idls/core/TestInterface.idl
+++ b/Source/bindings/tests/idls/core/TestInterface.idl
@@ -37,7 +37,6 @@
Custom=(LegacyCallAsFunction,ToV8),
DoNotCheckConstants,
ImplementedAs=TestInterfaceImplementation,
- Iterable,
bashi 2015/01/08 23:46:15 Shouldn't we keep having a test for "Iterable" ext
Jens Widell 2015/01/09 07:15:04 Done. I've reverted the change to this file, and
RuntimeEnabled=FeatureName,
SetWrapperReferenceTo(TestInterface referencedName),
TypeChecking=(Interface,Unrestricted),
@@ -103,6 +102,8 @@
Promise promiseMethodPartialOverload();
Promise promiseMethodPartialOverload(Window window);
static Promise staticPromiseMethodPartialOverload();
+
+ iterable<any>;
};
TestInterface implements TestImplements;

Powered by Google App Engine
This is Rietveld 408576698