| Index: src/full-codegen/arm64/full-codegen-arm64.cc
|
| diff --git a/src/full-codegen/arm64/full-codegen-arm64.cc b/src/full-codegen/arm64/full-codegen-arm64.cc
|
| index 5755641b8cfd1753bab29bf975671811c2ea5b0c..7d918816ed50ea92d4cb4de05761207923880647 100644
|
| --- a/src/full-codegen/arm64/full-codegen-arm64.cc
|
| +++ b/src/full-codegen/arm64/full-codegen-arm64.cc
|
| @@ -1668,7 +1668,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);
|
|
|