| 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 37e92099f8c2c32e28def0c86da8f74e535f509e..45402dd6a2d316a911dc24da1a459acc55c4bc6a 100644
|
| --- a/src/inspector/v8-debugger-agent-impl.h
|
| +++ b/src/inspector/v8-debugger-agent-impl.h
|
| @@ -67,8 +67,8 @@ class V8DebuggerAgentImpl : public protocol::Debugger::Backend {
|
| Response getPossibleBreakpoints(
|
| std::unique_ptr<protocol::Debugger::Location> start,
|
| Maybe<protocol::Debugger::Location> end, Maybe<bool> restrictToFunction,
|
| - std::unique_ptr<protocol::Array<protocol::Debugger::Location>>* locations)
|
| - override;
|
| + std::unique_ptr<protocol::Array<protocol::Debugger::BreakLocation>>*
|
| + locations) override;
|
| Response setScriptSource(
|
| const String16& inScriptId, const String16& inScriptSource,
|
| Maybe<bool> dryRun,
|
|
|