Index: src/x64/codegen-x64.cc |
diff --git a/src/x64/codegen-x64.cc b/src/x64/codegen-x64.cc |
index c1a23fc5f8ff639eecd8019ac59034bea43fdca5..e0e40950e908feb28b1e4e509cc7e045ccd472a6 100644 |
--- a/src/x64/codegen-x64.cc |
+++ b/src/x64/codegen-x64.cc |
@@ -2956,7 +2956,7 @@ void CodeGenerator::VisitReturnStatement(ReturnStatement* node) { |
CodeForStatementPosition(node); |
Load(node->expression()); |
Result return_value = frame_->Pop(); |
- masm()->WriteRecordedPositions(); |
+ masm()->positions_recorder()->WriteRecordedPositions(); |
if (function_return_is_shadowed_) { |
function_return_.Jump(&return_value); |
} else { |