Index: test/cctest/interpreter/bytecode-expectations-printer.cc |
diff --git a/test/cctest/interpreter/bytecode-expectations-printer.cc b/test/cctest/interpreter/bytecode-expectations-printer.cc |
index 2a1731f75a76f7da5d22bf4246461daf5c093833..318372bb5b530c344beb9e1306038c773ca2609e 100644 |
--- a/test/cctest/interpreter/bytecode-expectations-printer.cc |
+++ b/test/cctest/interpreter/bytecode-expectations-printer.cc |
@@ -308,7 +308,7 @@ void BytecodeExpectationsPrinter::PrintBytecodeSequence( |
<< "\nbytecodes: [\n"; |
SourcePositionTableIterator source_iterator( |
- bytecode_array->source_position_table()); |
+ bytecode_array->SourcePositionTable()); |
BytecodeArrayIterator bytecode_iterator(bytecode_array); |
for (; !bytecode_iterator.done(); bytecode_iterator.Advance()) { |
stream << kIndent; |