| Index: third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
|
| index 3abd5caaf7e1b5c71c7a54324e365db0ea3fdc82..fed292397bc025950eca2d3db34f7e52e02c6d04 100644
|
| --- a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
|
| @@ -87,6 +87,7 @@ public:
|
| virtual void cancelPauseOnNextStatement() = 0;
|
| virtual bool canBreakProgram() = 0;
|
| virtual void breakProgram(InspectorFrontend::Debugger::Reason::Enum breakReason, PassRefPtr<JSONObject> data) = 0;
|
| + virtual void breakProgramOnException(InspectorFrontend::Debugger::Reason::Enum breakReason, PassRefPtr<JSONObject> data) = 0;
|
| virtual void willExecuteScript(int scriptId) = 0;
|
| virtual void didExecuteScript() = 0;
|
| virtual void reset() = 0;
|
|
|