| Index: src/interpreter/bytecode-generator.cc
|
| diff --git a/src/interpreter/bytecode-generator.cc b/src/interpreter/bytecode-generator.cc
|
| index b31859516f19bac7f79f9426a4ec82d941a91086..57efc54011356a4fbc2b03beb16b46c176bd1ebd 100644
|
| --- a/src/interpreter/bytecode-generator.cc
|
| +++ b/src/interpreter/bytecode-generator.cc
|
| @@ -2860,8 +2860,7 @@ void BytecodeGenerator::VisitLogicalAndExpression(BinaryOperation* binop) {
|
| }
|
|
|
|
|
| -void BytecodeGenerator::VisitRewritableAssignmentExpression(
|
| - RewritableAssignmentExpression* expr) {
|
| +void BytecodeGenerator::VisitRewritableExpression(RewritableExpression* expr) {
|
| Visit(expr->expression());
|
| }
|
|
|
|
|