| 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 4e8e336545631d344534410089666c6e45b53d1b..15df7efe5a62387894620c2fb9f6f817f7440a61 100644
|
| --- a/src/inspector/v8-debugger-agent-impl.h
|
| +++ b/src/inspector/v8-debugger-agent-impl.h
|
| @@ -137,7 +137,8 @@ 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 isUncaught);
|
| + bool isPromiseRejection, bool isUncaught,
|
| + bool isOOMBreak);
|
| void didContinue();
|
| void didParseSource(std::unique_ptr<V8DebuggerScript>, bool success);
|
| void willExecuteScript(int scriptId);
|
|
|