| Index: Source/bindings/core/v8/ScriptDebugServer.h
|
| diff --git a/Source/bindings/core/v8/ScriptDebugServer.h b/Source/bindings/core/v8/ScriptDebugServer.h
|
| index 35b9258fbd2e01607fb4eb7c6932f9ab9ea4def9..e50910c7e21962e253aabc3d5fa5f6a55d734c2f 100644
|
| --- a/Source/bindings/core/v8/ScriptDebugServer.h
|
| +++ b/Source/bindings/core/v8/ScriptDebugServer.h
|
| @@ -86,7 +86,7 @@ public:
|
| virtual ~Task() { }
|
| virtual void run() = 0;
|
| };
|
| - static void interruptAndRun(PassOwnPtr<Task>, v8::Isolate*);
|
| + static void interruptAndRun(v8::Isolate*, PassOwnPtr<Task>);
|
| void runPendingTasks();
|
|
|
| bool isPaused();
|
|
|