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 e4de9b3f0c527c53aa5f07ed55e337e5fca3fd65..65550c76a02f8dbe0bdd283217ab2f6801fbf9d9 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, |