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..317911ad71db4ce0822f671115fe9c54a6a702f3 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h |
@@ -71,8 +71,7 @@ public: |
std::unique_ptr<protocol::Debugger::Location>* actualLocation) override; |
void removeBreakpoint(ErrorString*, const String16& breakpointId) override; |
void continueToLocation(ErrorString*, |
- std::unique_ptr<protocol::Debugger::Location>, |
- const Maybe<bool>& interstateLocationOpt) override; |
+ std::unique_ptr<protocol::Debugger::Location>) override; |
void getBacktrace(ErrorString*, |
std::unique_ptr<protocol::Array<protocol::Debugger::CallFrame>>*, |
Maybe<protocol::Runtime::StackTrace>*) override; |