Index: src/wasm/wasm-objects.h |
diff --git a/src/wasm/wasm-objects.h b/src/wasm/wasm-objects.h |
index c526a909b1ed2720cc70d6d040315911415f2b34..f4dfba4de215c6996a55d0ddee7d43d34b6d6c2e 100644 |
--- a/src/wasm/wasm-objects.h |
+++ b/src/wasm/wasm-objects.h |
@@ -385,7 +385,7 @@ class WasmCompiledModule : public FixedArray { |
// Get a list of all possible breakpoints within a given range of this module. |
bool GetPossibleBreakpoints(const debug::Location& start, |
const debug::Location& end, |
- std::vector<debug::Location>* locations); |
+ std::vector<debug::BreakLocation>* locations); |
// Set a breakpoint on the given byte position inside the given module. |
// This will affect all live and future instances of the module. |