Chromium Code Reviews

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

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
Index: Source/core/testing/Internals.h
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
index 1caf1146528d1c84ed79adbb7e18504f3f018bf0..dc996601e681e4c2dbd1147f0e4bfe9036f1c4a4 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -59,6 +59,7 @@ class HTMLMediaElement;
class InternalProfilers;
class InternalRuntimeFlags;
class InternalSettings;
+class Iterator;
class LayerRectList;
class LocalFrame;
class Node;
@@ -315,6 +316,8 @@ public:
void forcePluginPlaceholder(HTMLElement* plugin, const String& htmlSource, ExceptionState&);
+ Iterator* iterator(ScriptState*, ExceptionState&);
+
private:
explicit Internals(Document*);
Document* contextDocument() const;

Powered by Google App Engine