Chromium Code Reviews

Unified Diff: Source/core/testing/Internals.idl

Issue 483163003: Introduce ES6 iterator for DOM objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« Source/bindings/templates/methods.cpp ('K') | « Source/core/testing/Internals.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/Internals.idl
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
index ceac81e4cff38cee7e1c84b7cc1be4fa046eec21..8ecd42fbbefcdbab76b5f529a3c7a1d92bfec802 100644
--- a/Source/core/testing/Internals.idl
+++ b/Source/core/testing/Internals.idl
@@ -27,6 +27,7 @@
[
DoNotCheckConstants,
WillBeGarbageCollected,
+ Iterable,
] interface Internals {
DOMString address(Node node);
« Source/bindings/templates/methods.cpp ('K') | « Source/core/testing/Internals.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine