| Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| index e777f3b2cd8af410476c4078fd8bd789a84b3378..320296d6ca37f0270ce0b511b80608d878a9daa2 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| @@ -111,7 +111,6 @@ public:
|
| const Maybe<bool>& returnByValue,
|
| const Maybe<bool>& generatePreview,
|
| std::unique_ptr<protocol::Runtime::RemoteObject>* result,
|
| - Maybe<bool>* wasThrown,
|
| Maybe<protocol::Runtime::ExceptionDetails>*) override;
|
| void setVariableValue(ErrorString*,
|
| int scopeNumber,
|
|
|