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

Unified Diff: Source/bindings/tests/idls/modules/TestInterface5.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/modules/TestInterface5.idl
diff --git a/Source/bindings/tests/idls/modules/TestInterface5.idl b/Source/bindings/tests/idls/modules/TestInterface5.idl
index 37254b37323410722feac6cbe3f09229952fb260..521f1bb5368e88943d163ad45beb8387b876cc9e 100644
--- a/Source/bindings/tests/idls/modules/TestInterface5.idl
+++ b/Source/bindings/tests/idls/modules/TestInterface5.idl
@@ -37,7 +37,6 @@
Custom=(LegacyCallAsFunction,ToV8),
DoNotCheckConstants,
ImplementedAs=TestInterface5Implementation,
- Iterable,
RuntimeEnabled=FeatureName,
SetWrapperReferenceTo(TestInterface5 referencedName),
TypeChecking=(Interface,Unrestricted),
@@ -92,5 +91,7 @@
// Union types
void voidMethodBooleanOrDOMStringArg((boolean or DOMString) arg);
void voidMethodDoubleOrDOMStringArg((double or DOMString) arg);
+
+ iterable<any>;
};
« no previous file with comments | « Source/bindings/tests/idls/core/TestObject.idl ('k') | Source/bindings/tests/results/core/V8TestInterface2.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698