Index: src/wasm/wasm-module.cc |
diff --git a/src/wasm/wasm-module.cc b/src/wasm/wasm-module.cc |
index 8daad66e454007191acb42b8ce1b5ab17d71063c..5cc96fbe2aae393530b9d3fe8cc410d31cbd5ae8 100644 |
--- a/src/wasm/wasm-module.cc |
+++ b/src/wasm/wasm-module.cc |
@@ -3237,7 +3237,7 @@ MaybeHandle<Code> LazyCompilationOrchestrator::CompileLazy( |
DisallowHeapAllocation no_gc; |
SeqOneByteString* module_bytes = compiled_module->module_bytes(); |
SourcePositionTableIterator source_pos_iterator( |
- caller->source_position_table()); |
+ caller->SourcePositionTable()); |
DCHECK_EQ(2, caller->deoptimization_data()->length()); |
int caller_func_index = |
Smi::cast(caller->deoptimization_data()->get(1))->value(); |