| 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 cd40a2315964bbd8b642d962b7d355c6de998ee4..5428ae472d7480e8d68e52488f60c18acf13295f 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| @@ -49,10 +49,10 @@ namespace blink {
|
|
|
| class DOMWrapperWorld;
|
| class Element;
|
| +class FrameViewBase;
|
| class KURL;
|
| class ScriptSourceCode;
|
| class SecurityOrigin;
|
| -class Widget;
|
|
|
| typedef WTF::Vector<v8::Extension*> V8Extensions;
|
|
|
| @@ -111,7 +111,7 @@ class CORE_EXPORT ScriptController final
|
| // ignored when evaluating resources injected into the DOM.
|
| bool shouldBypassMainWorldCSP();
|
|
|
| - PassRefPtr<SharedPersistent<v8::Object>> createPluginWrapper(Widget*);
|
| + PassRefPtr<SharedPersistent<v8::Object>> createPluginWrapper(FrameViewBase*);
|
|
|
| void enableEval();
|
| void disableEval(const String& errorMessage);
|
|
|