Index: src/debug/debug-interface.h |
diff --git a/src/debug/debug-interface.h b/src/debug/debug-interface.h |
index be8ed902d505503a288701b71c2b4281d4aef9a6..94e73c4558d2f2601b3b7927e1be40b99ce38596 100644 |
--- a/src/debug/debug-interface.h |
+++ b/src/debug/debug-interface.h |
@@ -137,6 +137,7 @@ class V8_EXPORT_PRIVATE Script { |
bool IsModule() const; |
bool GetPossibleBreakpoints(const debug::Location& start, |
const debug::Location& end, |
+ bool restrict_to_function, |
std::vector<debug::Location>* locations) const; |
private: |