Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 714aac262780ef709665c05332da56c7141a8805..7c58d1406ab76c40f2365825cc2572ba29c91e50 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -67,6 +67,7 @@ class LocalFrame; |
class Node; |
class Page; |
class PagePopupController; |
+class PluginPlaceholderOptions; |
class PrivateScriptTest; |
class Range; |
class SerializedScriptValue; |
@@ -334,7 +335,7 @@ public: |
unsigned countHitRegions(CanvasRenderingContext2D*); |
void forcePluginPlaceholder(HTMLElement* plugin, PassRefPtrWillBeRawPtr<DocumentFragment>, ExceptionState&); |
- void forcePluginPlaceholder(HTMLElement* plugin, const Dictionary& options, ExceptionState&); |
+ void forcePluginPlaceholder(HTMLElement* plugin, const PluginPlaceholderOptions&, ExceptionState&); |
Iterator* iterator(ScriptState*, ExceptionState&); |