| 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 317911ad71db4ce0822f671115fe9c54a6a702f3..0d8e2b080dff991974e6cefb82b7f731af425b7a 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| @@ -72,16 +72,12 @@ public:
|
| void removeBreakpoint(ErrorString*, const String16& breakpointId) override;
|
| void continueToLocation(ErrorString*,
|
| std::unique_ptr<protocol::Debugger::Location>) override;
|
| - void getBacktrace(ErrorString*,
|
| - std::unique_ptr<protocol::Array<protocol::Debugger::CallFrame>>*,
|
| - Maybe<protocol::Runtime::StackTrace>*) override;
|
| void searchInContent(ErrorString*,
|
| const String16& scriptId,
|
| const String16& query,
|
| const Maybe<bool>& optionalCaseSensitive,
|
| const Maybe<bool>& optionalIsRegex,
|
| std::unique_ptr<protocol::Array<protocol::Debugger::SearchMatch>>*) override;
|
| - void canSetScriptSource(ErrorString*, bool* result) override { *result = true; }
|
| void setScriptSource(ErrorString*,
|
| const String16& inScriptId,
|
| const String16& inScriptSource,
|
|
|