Index: src/inspector/v8-debugger.h |
diff --git a/src/inspector/v8-debugger.h b/src/inspector/v8-debugger.h |
index 8658a58225c6ee3e52a34cc3e7152f03b0dac850..c45c76f7f922a33f05052f4bfa7f53e1bb0fc83d 100644 |
--- a/src/inspector/v8-debugger.h |
+++ b/src/inspector/v8-debugger.h |
@@ -140,7 +140,7 @@ class V8Debugger : public v8::debug::DebugDelegate { |
void ExceptionThrown(v8::Local<v8::Context> paused_context, |
v8::Local<v8::Object> exec_state, |
v8::Local<v8::Value> exception, |
- bool is_promise_rejection, bool is_uncaught) override; |
+ v8::Local<v8::Value> promise, bool is_uncaught) override; |
bool IsFunctionBlackboxed(v8::Local<v8::debug::Script> script, |
const v8::debug::Location& start, |
const v8::debug::Location& end) override; |