Index: src/inspector/v8-debugger-script.h |
diff --git a/src/inspector/v8-debugger-script.h b/src/inspector/v8-debugger-script.h |
index cd6fc329fbd887c09f028f75f247ce79cdfc56e3..991433b6d8a826cd2dedb02addfb2552369ab1bb 100644 |
--- a/src/inspector/v8-debugger-script.h |
+++ b/src/inspector/v8-debugger-script.h |
@@ -79,7 +79,7 @@ class V8DebuggerScript { |
virtual bool getPossibleBreakpoints( |
const v8::debug::Location& start, const v8::debug::Location& end, |
bool ignoreNestedFunctions, |
- std::vector<v8::debug::Location>* locations) = 0; |
+ std::vector<v8::debug::BreakLocation>* locations) = 0; |
virtual void resetBlackboxedStateCache() = 0; |
static const int kNoOffset = -1; |