| 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..b4288d984f68d7ce881c1852ddb13e45672d6fe6 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> strategy) override;
|
| Response searchInContent(
|
| const String16& scriptId, const String16& query,
|
| Maybe<bool> optionalCaseSensitive, Maybe<bool> optionalIsRegex,
|
|
|