| Index: src/inspector/v8-debugger-agent-impl.h
|
| diff --git a/src/inspector/v8-debugger-agent-impl.h b/src/inspector/v8-debugger-agent-impl.h
|
| index 79ad1e27bc37aa8d193f8e3a32b7998878135e91..e5285f4cc31c43525ab6b0c47c396f1da2a4d492 100644
|
| --- a/src/inspector/v8-debugger-agent-impl.h
|
| +++ b/src/inspector/v8-debugger-agent-impl.h
|
| @@ -137,7 +137,7 @@ class V8DebuggerAgentImpl : public protocol::Debugger::Backend {
|
| SkipPauseRequest didPause(v8::Local<v8::Context>,
|
| v8::Local<v8::Value> exception,
|
| const std::vector<String16>& hitBreakpoints,
|
| - bool isPromiseRejection);
|
| + bool isPromiseRejection, bool isUncaught);
|
| void didContinue();
|
| void didParseSource(std::unique_ptr<V8DebuggerScript>, bool success);
|
| void willExecuteScript(int scriptId);
|
|
|