Index: Source/bindings/core/v8/ScriptDebugServer.h |
diff --git a/Source/bindings/core/v8/ScriptDebugServer.h b/Source/bindings/core/v8/ScriptDebugServer.h |
index 7da4e14c5be2ac14813be79694c89e650a45bdc6..35b9258fbd2e01607fb4eb7c6932f9ab9ea4def9 100644 |
--- a/Source/bindings/core/v8/ScriptDebugServer.h |
+++ b/Source/bindings/core/v8/ScriptDebugServer.h |
@@ -119,7 +119,7 @@ protected: |
virtual void quitMessageLoopOnPause() = 0; |
static void breakProgramCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
- void handleProgramBreak(ScriptState* pausedScriptState, v8::Handle<v8::Object> executionState, v8::Handle<v8::Value> exception, v8::Handle<v8::Array> hitBreakpoints); |
+ void handleProgramBreak(ScriptState* pausedScriptState, v8::Handle<v8::Object> executionState, v8::Handle<v8::Value> exception, v8::Handle<v8::Array> hitBreakpoints, bool isPromiseRejection = false); |
static void v8DebugEventCallback(const v8::Debug::EventDetails& eventDetails); |
void handleV8DebugEvent(const v8::Debug::EventDetails& eventDetails); |