| 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 712aaa4ec7bd53f61d8704fe534cd05c828f221f..3d5bf5c5820fdeee32c4ec0968a14fe9d6ded721 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| @@ -82,9 +82,6 @@ public:
|
| void continueToLocation(ErrorString*,
|
| PassOwnPtr<protocol::Debugger::Location>,
|
| const Maybe<bool>& interstateLocationOpt) override;
|
| - void getStepInPositions(ErrorString*,
|
| - const String16& callFrameId,
|
| - Maybe<protocol::Array<protocol::Debugger::Location>>* positions) override;
|
| void getBacktrace(ErrorString*,
|
| OwnPtr<protocol::Array<protocol::Debugger::CallFrame>>*,
|
| Maybe<protocol::Runtime::StackTrace>*) override;
|
|
|