Index: test/cctest/interpreter/source-position-matcher.cc |
diff --git a/test/cctest/interpreter/source-position-matcher.cc b/test/cctest/interpreter/source-position-matcher.cc |
index 30d545abc3bb6a4ecf56fd709b3a48a51c013c94..082ac01ef334db77dbf741c2eb3d240915a0acf4 100644 |
--- a/test/cctest/interpreter/source-position-matcher.cc |
+++ b/test/cctest/interpreter/source-position-matcher.cc |
@@ -213,7 +213,8 @@ void SourcePositionMatcher::MoveToNextStatement( |
if (iterator->is_statement()) { |
break; |
} |
- positions->push_back({iterator->code_offset(), iterator->source_position(), |
+ positions->push_back({iterator->code_offset(), |
+ iterator->source_position().raw(), |
iterator->is_statement()}); |
iterator->Advance(); |
} |