| Index: third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| index 010f7fecd1a94a6cd64ae1f898658c095c368db7..71e491587e8b25535d3305f72fec16917cfdeaf7 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| @@ -50,6 +50,7 @@ namespace blink {
|
| class DOMWrapperWorld;
|
| class Element;
|
| class KURL;
|
| +class PluginClient;
|
| class ScriptSourceCode;
|
| class SecurityOrigin;
|
| class Widget;
|
| @@ -112,6 +113,7 @@ class CORE_EXPORT ScriptController final
|
| bool shouldBypassMainWorldCSP();
|
|
|
| PassRefPtr<SharedPersistent<v8::Object>> createPluginWrapper(Widget*);
|
| + PassRefPtr<SharedPersistent<v8::Object>> createPluginWrapper(PluginClient*);
|
|
|
| void enableEval();
|
| void disableEval(const String& errorMessage);
|
|
|