Chromium Code Reviews

Unified Diff: Source/bindings/tests/idls/TestInterface.idl

Issue 483163003: Introduce ES6 iterator for DOM objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/bindings/tests/idls/TestInterface.idl
diff --git a/Source/bindings/tests/idls/TestInterface.idl b/Source/bindings/tests/idls/TestInterface.idl
index 262438103a684dadce6aa1f010bd0b553271ba96..e0bcaad59a997d0dbf350d89397a4085a260dff9 100644
--- a/Source/bindings/tests/idls/TestInterface.idl
+++ b/Source/bindings/tests/idls/TestInterface.idl
@@ -37,6 +37,7 @@
Custom=(LegacyCallAsFunction,ToV8),
DoNotCheckConstants,
ImplementedAs=TestInterfaceImplementation,
+ Iterable,
RuntimeEnabled=FeatureName,
SetWrapperReferenceTo(TestInterface referencedName),
TypeChecking=(Interface,Unrestricted),

Powered by Google App Engine