| Index: Source/bindings/v8/ScriptDebugServer.h
|
| diff --git a/Source/bindings/v8/ScriptDebugServer.h b/Source/bindings/v8/ScriptDebugServer.h
|
| index f4b8d4ea0fc7eadb60675f25521937596eb64459..e13b2d8d52421425efa15bf75a02aa34a95a50e9 100644
|
| --- a/Source/bindings/v8/ScriptDebugServer.h
|
| +++ b/Source/bindings/v8/ScriptDebugServer.h
|
| @@ -108,7 +108,7 @@ protected:
|
| virtual void quitMessageLoopOnPause() = 0;
|
|
|
| static v8::Handle<v8::Value> breakProgramCallback(const v8::Arguments& args);
|
| - void breakProgram(v8::Handle<v8::Object> executionState, v8::Handle<v8::Value> exception);
|
| + void breakProgram(v8::Handle<v8::Object> executionState, v8::Handle<v8::Value> exception, v8::Handle<v8::Array> hitBreakpoints);
|
|
|
| static void v8DebugEventCallback(const v8::Debug::EventDetails& eventDetails);
|
| void handleV8DebugEvent(const v8::Debug::EventDetails& eventDetails);
|
|
|