| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 0db3c83787b7ce6b76d5f41a3cc8420199863b8d..9416591664de053235845dd7110cf1c94d681f3b 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -317,6 +317,7 @@ public:
|
| unsigned countHitRegions(CanvasRenderingContext2D*);
|
|
|
| void forcePluginPlaceholder(HTMLElement* plugin, const String& htmlSource, ExceptionState&);
|
| + void forcePluginPlaceholder(HTMLElement* plugin, const Dictionary& options, ExceptionState&);
|
|
|
| private:
|
| explicit Internals(Document*);
|
|
|