| Index: Source/bindings/v8/ScriptDebugServer.h
|
| diff --git a/Source/bindings/v8/ScriptDebugServer.h b/Source/bindings/v8/ScriptDebugServer.h
|
| index 761bc7fae3170ee76bcb9c067a23017ff6394fb9..bd3e1a097e4be9b4fdb355fbbdaa9bf5db438a28 100644
|
| --- a/Source/bindings/v8/ScriptDebugServer.h
|
| +++ b/Source/bindings/v8/ScriptDebugServer.h
|
| @@ -115,7 +115,7 @@ protected:
|
| virtual void runMessageLoopOnPause(v8::Handle<v8::Context>) = 0;
|
| virtual void quitMessageLoopOnPause() = 0;
|
|
|
| - static void breakProgramCallback(const v8::FunctionCallbackInfo<v8::Value>& args);
|
| + static void breakProgramCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| void handleProgramBreak(v8::Handle<v8::Object> executionState, v8::Handle<v8::Value> exception, v8::Handle<v8::Array> hitBreakpoints);
|
| void handleProgramBreak(const v8::Debug::EventDetails&, v8::Handle<v8::Value> exception, v8::Handle<v8::Array> hitBreakpointNumbers);
|
|
|
|
|