Index: src/debug/debug-interface.h |
diff --git a/src/debug/debug-interface.h b/src/debug/debug-interface.h |
index 0c8a1ab5443c94f9d396d287c1f0ee0271f5fcde..c43a9701f00774639670c7bf71d72c6b647d2a5c 100644 |
--- a/src/debug/debug-interface.h |
+++ b/src/debug/debug-interface.h |
@@ -135,10 +135,10 @@ class V8_EXPORT_PRIVATE Script { |
MaybeLocal<String> Source() const; |
bool IsWasm() const; |
bool IsModule() const; |
- bool GetPossibleBreakpoints(const debug::Location& start, |
- const debug::Location& end, |
- bool restrict_to_function, |
- std::vector<debug::Location>* locations) const; |
+ bool GetPossibleBreakpoints( |
+ const debug::Location& start, const debug::Location& end, |
+ bool restrict_to_function, |
+ std::vector<debug::BreakLocation>* locations) const; |
int GetSourceOffset(const debug::Location& location) const; |
v8::debug::Location GetSourceLocation(int offset) const; |
}; |