Index: src/inspector/v8-debugger.h |
diff --git a/src/inspector/v8-debugger.h b/src/inspector/v8-debugger.h |
index 87439d05bce087a246958dbf37bab5dd390df593..448b219f16b7fe99dbdb4e8702363c777c55b8b0 100644 |
--- a/src/inspector/v8-debugger.h |
+++ b/src/inspector/v8-debugger.h |
@@ -98,7 +98,8 @@ class V8Debugger : public v8::debug::DebugDelegate { |
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(); |