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 7b0fd37e99655651069cdaf161b8ebbc0b1dc70f..f7a5bb94670f96da4a29e25cfc2568ffdee0915f 100644 |
--- a/test/cctest/interpreter/bytecode-expectations-printer.cc |
+++ b/test/cctest/interpreter/bytecode-expectations-printer.cc |
@@ -219,7 +219,7 @@ void BytecodeExpectationsPrinter::PrintSourcePosition( |
if (!source_iterator.done() && |
source_iterator.code_offset() == bytecode_offset) { |
stream << "/* " << std::setw(kPositionWidth) |
- << source_iterator.source_position(); |
+ << source_iterator.source_position().ScriptOffset(); |
if (source_iterator.is_statement()) { |
stream << " S> */ "; |
} else { |