Index: Source/bindings/core/v8/ScriptDebugServer.cpp |
diff --git a/Source/bindings/core/v8/ScriptDebugServer.cpp b/Source/bindings/core/v8/ScriptDebugServer.cpp |
index a5f873e0091ea2f97a0f9a9845a4862242abad8d..410a2e79a5cdcef9b90a7c626bd0e76faf684128 100644 |
--- a/Source/bindings/core/v8/ScriptDebugServer.cpp |
+++ b/Source/bindings/core/v8/ScriptDebugServer.cpp |
@@ -406,7 +406,7 @@ PassRefPtrWillBeRawPtr<JavaScriptCallFrame> ScriptDebugServer::callFrameNoScopes |
return JavaScriptCallFrame::create(v8::Debug::GetDebugContext(), v8::Handle<v8::Object>::Cast(currentCallFrameV8)); |
} |
-void ScriptDebugServer::interruptAndRun(PassOwnPtr<Task> task, v8::Isolate* isolate) |
+void ScriptDebugServer::interruptAndRun(v8::Isolate* isolate, PassOwnPtr<Task> task) |
{ |
v8::Debug::DebugBreakForCommand(isolate, new ClientDataImpl(task)); |
} |