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 80b28b95498885ae27dfb2ffebd45ed844057051..41a18a8d3688e2da939d6928b6e95cb567d4f25b 100644 |
--- a/src/inspector/v8-debugger-agent-impl.h |
+++ b/src/inspector/v8-debugger-agent-impl.h |
@@ -93,7 +93,7 @@ class V8DebuggerAgentImpl : public protocol::Debugger::Backend { |
const String16& callFrameId, const String16& expression, |
Maybe<String16> objectGroup, Maybe<bool> includeCommandLineAPI, |
Maybe<bool> silent, Maybe<bool> returnByValue, |
- Maybe<bool> generatePreview, |
+ Maybe<bool> generatePreview, Maybe<bool> throwOnSideEffect, |
std::unique_ptr<protocol::Runtime::RemoteObject>* result, |
Maybe<protocol::Runtime::ExceptionDetails>*) override; |
Response setVariableValue( |