| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index 979d71ee62d10d20f61c41395c43c7ec38dfe606..8174cfe40b072f9b96437b4afaea466bc934cda7 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -124,6 +124,7 @@
|
| #include "core/testing/LayerRect.h"
|
| #include "core/testing/LayerRectList.h"
|
| #include "core/testing/MockPagePopupDriver.h"
|
| +#include "core/testing/PluginPlaceholderOptions.h"
|
| #include "core/testing/PrivateScriptTest.h"
|
| #include "core/testing/TypeConversions.h"
|
| #include "core/testing/UnionTypesTest.h"
|
| @@ -2326,7 +2327,7 @@ void Internals::forcePluginPlaceholder(HTMLElement* element, PassRefPtrWillBeRaw
|
| toHTMLPlugInElement(element)->setPlaceholder(DocumentFragmentPluginPlaceholder::create(fragment));
|
| }
|
|
|
| -void Internals::forcePluginPlaceholder(HTMLElement* element, const Dictionary& options, ExceptionState& exceptionState)
|
| +void Internals::forcePluginPlaceholder(HTMLElement* element, const PluginPlaceholderOptions& options, ExceptionState& exceptionState)
|
| {
|
| if (!element->isPluginElement()) {
|
| exceptionState.throwDOMException(InvalidNodeTypeError, "The element provided is not a plugin.");
|
|
|