| Index: src/full-codegen/mips/full-codegen-mips.cc
|
| diff --git a/src/full-codegen/mips/full-codegen-mips.cc b/src/full-codegen/mips/full-codegen-mips.cc
|
| index 0bf076352751cdef69a8efafbc15064a93b8e6b4..4289b7dbd3ef0a5defc7188e90f63154d83c41e0 100644
|
| --- a/src/full-codegen/mips/full-codegen-mips.cc
|
| +++ b/src/full-codegen/mips/full-codegen-mips.cc
|
| @@ -1682,7 +1682,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);
|
|
|