Index: src/wasm/wasm-module.cc |
diff --git a/src/wasm/wasm-module.cc b/src/wasm/wasm-module.cc |
index cd5fa420628e1d75b3f2985865fb9825b10cd09a..41cef21abab00d2968db45907e32941b6089ad84 100644 |
--- a/src/wasm/wasm-module.cc |
+++ b/src/wasm/wasm-module.cc |
@@ -3234,7 +3234,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(); |