| Index: src/inspector/v8-debugger.h
|
| diff --git a/src/inspector/v8-debugger.h b/src/inspector/v8-debugger.h
|
| index 919cffcb11c5690143f2173fcf35099ff9a83f36..4c7477899aad5a348ea299c863ffc38aa22e0f3e 100644
|
| --- a/src/inspector/v8-debugger.h
|
| +++ b/src/inspector/v8-debugger.h
|
| @@ -107,7 +107,8 @@ class V8Debugger {
|
| v8::Local<v8::Object> executionState,
|
| v8::Local<v8::Value> exception,
|
| v8::Local<v8::Array> hitBreakpoints,
|
| - bool isPromiseRejection = false);
|
| + bool isPromiseRejection = false,
|
| + bool isUncaught = false);
|
| static void v8DebugEventCallback(const v8::DebugInterface::EventDetails&);
|
| v8::Local<v8::Value> callInternalGetterFunction(v8::Local<v8::Object>,
|
| const char* functionName);
|
|
|