Index: src/compiler/bytecode-graph-builder.cc |
diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc |
index 93a2971ed16837801609c32d5dbed6aee2bc28bd..d85157a2b373558ef3f9713391e5a04e85e730ae 100644 |
--- a/src/compiler/bytecode-graph-builder.cc |
+++ b/src/compiler/bytecode-graph-builder.cc |
@@ -2195,7 +2195,7 @@ void BytecodeGraphBuilder::UpdateCurrentSourcePosition( |
if (it->done()) return; |
if (it->code_offset() == offset) { |
- source_positions_->set_current_position(it->source_position()); |
+ source_positions_->SetCurrentPosition(it->source_position()); |
it->Advance(); |
} else { |
DCHECK_GT(it->code_offset(), offset); |