Index: Source/bindings/v8/ScriptDebugServer.cpp |
diff --git a/Source/bindings/v8/ScriptDebugServer.cpp b/Source/bindings/v8/ScriptDebugServer.cpp |
index 7ed6fcc5900627fd99f2d2ef9d72b338b7987aa6..b78118b4c5498c79e2ba46f0416948a11805c4c7 100644 |
--- a/Source/bindings/v8/ScriptDebugServer.cpp |
+++ b/Source/bindings/v8/ScriptDebugServer.cpp |
@@ -416,7 +416,7 @@ static ScriptDebugServer* toScriptDebugServer(v8::Handle<v8::Value> data) |
void ScriptDebugServer::breakProgramCallback(const v8::FunctionCallbackInfo<v8::Value>& args) |
{ |
ASSERT(2 == args.Length()); |
- |
+ |
ScriptDebugServer* thisPtr = toScriptDebugServer(args.Data()); |
v8::Handle<v8::Value> exception; |
v8::Handle<v8::Array> hitBreakpoints; |