Index: src/debug/debug-interface.h |
diff --git a/src/debug/debug-interface.h b/src/debug/debug-interface.h |
index 94e73c4558d2f2601b3b7927e1be40b99ce38596..0c8a1ab5443c94f9d396d287c1f0ee0271f5fcde 100644 |
--- a/src/debug/debug-interface.h |
+++ b/src/debug/debug-interface.h |
@@ -139,9 +139,8 @@ class V8_EXPORT_PRIVATE Script { |
const debug::Location& end, |
bool restrict_to_function, |
std::vector<debug::Location>* locations) const; |
- |
- private: |
- int GetSourcePosition(const debug::Location& location) const; |
+ int GetSourceOffset(const debug::Location& location) const; |
+ v8::debug::Location GetSourceLocation(int offset) const; |
}; |
// Specialization for wasm Scripts. |