| Index: src/compiler/bytecode-graph-builder.cc
|
| diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc
|
| index dcaed9748138c88bae5c7431d5a4a8f56ca16d35..40549d9631da118cb6892bdf04a42f33458b0ab7 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);
|
|
|