| Index: Source/bindings/core/v8/WorkerScriptDebugServer.cpp
|
| diff --git a/Source/bindings/core/v8/WorkerScriptDebugServer.cpp b/Source/bindings/core/v8/WorkerScriptDebugServer.cpp
|
| index de9ea7334b1478279eda9a91e97fd8ac44277b01..006fb8fd7ef24a4f09bc63bcdb10e1f45b201250 100644
|
| --- a/Source/bindings/core/v8/WorkerScriptDebugServer.cpp
|
| +++ b/Source/bindings/core/v8/WorkerScriptDebugServer.cpp
|
| @@ -86,7 +86,7 @@ void WorkerScriptDebugServer::removeListener(ScriptDebugListener* listener)
|
|
|
| void WorkerScriptDebugServer::interruptAndRunTask(PassOwnPtr<Task> task)
|
| {
|
| - interruptAndRun(task, m_isolate);
|
| + interruptAndRun(m_isolate, task);
|
| }
|
|
|
| ScriptDebugListener* WorkerScriptDebugServer::getDebugListenerForContext(v8::Handle<v8::Context>)
|
|
|