| Index: src/compiler/bytecode-graph-builder.cc
|
| diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc
|
| index 3b9784a4dcb2513ab7dc645ce38f60e1c927cc0d..099eaf17e3af7ce2812bd91c065d0f0f22b6b77f 100644
|
| --- a/src/compiler/bytecode-graph-builder.cc
|
| +++ b/src/compiler/bytecode-graph-builder.cc
|
| @@ -638,7 +638,7 @@ void BytecodeGraphBuilder::VisitBytecodes(bool stack_check) {
|
| interpreter::BytecodeArrayIterator iterator(bytecode_array());
|
| set_bytecode_iterator(&iterator);
|
| SourcePositionTableIterator source_position_iterator(
|
| - bytecode_array()->source_position_table());
|
| + bytecode_array()->SourcePositionTable());
|
|
|
| if (FLAG_trace_environment_liveness) {
|
| OFStream of(stdout);
|
|
|