| Index: src/debug/debug-interface.h
|
| diff --git a/src/debug/debug-interface.h b/src/debug/debug-interface.h
|
| index 07a75a078b734841edf82d0468e0fac782a4fc09..7bcccb847c434b8233dbf9ca675abe273b9536f3 100644
|
| --- a/src/debug/debug-interface.h
|
| +++ b/src/debug/debug-interface.h
|
| @@ -163,7 +163,8 @@ class DebugDelegate {
|
| virtual 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) {}
|
| + v8::Local<v8::Value> promise, bool is_uncaught) {
|
| + }
|
| virtual bool IsFunctionBlackboxed(v8::Local<debug::Script> script,
|
| const debug::Location& start,
|
| const debug::Location& end) {
|
|
|