| Index: Source/bindings/v8/ScriptController.h
|
| diff --git a/Source/bindings/v8/ScriptController.h b/Source/bindings/v8/ScriptController.h
|
| index c4f97e7288ab40dbfb3406df97a33a34ec7bfd84..6a9ece2487b69d86c11c74236210f600c0d20dbd 100644
|
| --- a/Source/bindings/v8/ScriptController.h
|
| +++ b/Source/bindings/v8/ScriptController.h
|
| @@ -77,8 +77,8 @@ public:
|
| ~ScriptController();
|
|
|
| bool initializeMainWorld();
|
| - V8WindowShell* windowShell(DOMWrapperWorld&);
|
| - V8WindowShell* existingWindowShell(DOMWrapperWorld&);
|
| + V8WindowShell* windowShell(DOMWrapperWorld*);
|
| + V8WindowShell* existingWindowShell(DOMWrapperWorld*);
|
|
|
| // Evaluate JavaScript in the main world.
|
| void executeScriptInMainWorld(const String&, ExecuteScriptPolicy = DoNotExecuteScriptWhenScriptsDisabled);
|
|
|