Index: src/inspector/v8-debugger-agent-impl.h |
diff --git a/src/inspector/v8-debugger-agent-impl.h b/src/inspector/v8-debugger-agent-impl.h |
index d543b0de3fc5c21aa2130d64009df40cb7f44333..c9433e20f6ecce27a804767a92a4fc8be894742c 100644 |
--- a/src/inspector/v8-debugger-agent-impl.h |
+++ b/src/inspector/v8-debugger-agent-impl.h |
@@ -56,8 +56,8 @@ class V8DebuggerAgentImpl : public protocol::Debugger::Backend { |
Maybe<String16> optionalCondition, String16*, |
std::unique_ptr<protocol::Debugger::Location>* actualLocation) override; |
Response removeBreakpoint(const String16& breakpointId) override; |
- Response continueToLocation( |
- std::unique_ptr<protocol::Debugger::Location>) override; |
+ Response continueToLocation(std::unique_ptr<protocol::Debugger::Location>, |
+ Maybe<String16> targetCallFrames) override; |
Response searchInContent( |
const String16& scriptId, const String16& query, |
Maybe<bool> optionalCaseSensitive, Maybe<bool> optionalIsRegex, |