| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 12cf46559f920143a7ccea399fd53e1e66301177..b9b5d36f056cb57a6c6325cac36abf310cda4a31 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -318,6 +318,7 @@ public:
|
| unsigned countHitRegions(CanvasRenderingContext2D*);
|
|
|
| void forcePluginPlaceholder(HTMLElement* plugin, const String& htmlSource, ExceptionState&);
|
| + void forcePluginPlaceholder(HTMLElement* plugin, const Dictionary& options, ExceptionState&);
|
|
|
| Iterator* iterator(ScriptState*, ExceptionState&);
|
|
|
|
|