| 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 fdae2de41ad521f5a6e3426e45d887a8a3ea9832..f1960ccca519106e6d0b301c09eaffbe6e8d9812 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| @@ -92,9 +92,6 @@ public:
|
| std::unique_ptr<protocol::Array<protocol::Debugger::CallFrame>>* newCallFrames,
|
| Maybe<protocol::Runtime::StackTrace>* asyncStackTrace) override;
|
| void getScriptSource(ErrorString*, const String16& scriptId, String16* scriptSource) override;
|
| - void getFunctionDetails(ErrorString*,
|
| - const String16& functionId,
|
| - std::unique_ptr<protocol::Debugger::FunctionDetails>*) override;
|
| void pause(ErrorString*) override;
|
| void resume(ErrorString*) override;
|
| void stepOver(ErrorString*) override;
|
|
|