| Index: src/inspector/v8-debugger.h
|
| diff --git a/src/inspector/v8-debugger.h b/src/inspector/v8-debugger.h
|
| index 8adb1bbac879af8a7eadcc412a8250a0064f2cbe..68fba6eaa85477b44a80fb2624f5bf21b255fdb2 100644
|
| --- a/src/inspector/v8-debugger.h
|
| +++ b/src/inspector/v8-debugger.h
|
| @@ -99,7 +99,8 @@ class V8Debugger {
|
| void compileDebuggerScript();
|
| v8::MaybeLocal<v8::Value> callDebuggerMethod(const char* functionName,
|
| int argc,
|
| - v8::Local<v8::Value> argv[]);
|
| + v8::Local<v8::Value> argv[],
|
| + bool catchExceptions);
|
| v8::Local<v8::Context> debuggerContext() const;
|
| void clearBreakpoints();
|
|
|
|
|