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; |