| 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 3469048d16889ce72b2e4b7678c309c4b182b25a..ddc64a7d9c60cba62793993d87abbbaf90f41ed7 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| @@ -48,9 +48,9 @@ namespace blink {
|
|
|
| class DOMWrapperWorld;
|
| class Element;
|
| -class FrameViewBase;
|
| class KURL;
|
| class LocalFrame;
|
| +class PluginView;
|
| class ScriptSourceCode;
|
| class SecurityOrigin;
|
|
|
| @@ -114,7 +114,7 @@ class CORE_EXPORT ScriptController final
|
| // ignored when evaluating resources injected into the DOM.
|
| bool shouldBypassMainWorldCSP();
|
|
|
| - PassRefPtr<SharedPersistent<v8::Object>> createPluginWrapper(FrameViewBase*);
|
| + PassRefPtr<SharedPersistent<v8::Object>> createPluginWrapper(PluginView&);
|
|
|
| void enableEval();
|
| void disableEval(const String& errorMessage);
|
|
|