Index: src/full-codegen/arm/full-codegen-arm.cc |
diff --git a/src/full-codegen/arm/full-codegen-arm.cc b/src/full-codegen/arm/full-codegen-arm.cc |
index 351dca443426b3be1726e1e4e85eaceb86ce974b..49a35c851896e59f8ec9b80991f471e49d26eb53 100644 |
--- a/src/full-codegen/arm/full-codegen-arm.cc |
+++ b/src/full-codegen/arm/full-codegen-arm.cc |
@@ -1686,7 +1686,6 @@ void FullCodeGenerator::VisitAssignment(Assignment* expr) { |
DCHECK(expr->target()->IsValidReferenceExpressionOrThis()); |
Comment cmnt(masm_, "[ Assignment"); |
- SetExpressionPosition(expr, INSERT_BREAK); |
Property* property = expr->target()->AsProperty(); |
LhsKind assign_type = Property::GetAssignType(property); |