| 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 f1960ccca519106e6d0b301c09eaffbe6e8d9812..b6aea619e10318c91236438617fee5754ca9b364 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| @@ -86,7 +86,7 @@ public:
|
| Maybe<protocol::Array<protocol::Debugger::CallFrame>>* optOutCallFrames,
|
| Maybe<bool>* optOutStackChanged,
|
| Maybe<protocol::Runtime::StackTrace>* optOutAsyncStackTrace,
|
| - Maybe<protocol::Debugger::SetScriptSourceError>* optOutCompileError) override;
|
| + Maybe<protocol::Runtime::ExceptionDetails>* optOutCompileError) override;
|
| void restartFrame(ErrorString*,
|
| const String16& callFrameId,
|
| std::unique_ptr<protocol::Array<protocol::Debugger::CallFrame>>* newCallFrames,
|
|
|