| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index a3df160e5896b2e6719565e0e738e2e4f97341bf..e5ca894e58cbcea26f4ea6388918fbe8325a963a 100644
|
| --- a/src/compiler/ast-graph-builder.cc
|
| +++ b/src/compiler/ast-graph-builder.cc
|
| @@ -3081,8 +3081,7 @@ VectorSlotPair AstGraphBuilder::CreateVectorSlotPair(
|
| }
|
|
|
|
|
| -void AstGraphBuilder::VisitRewritableAssignmentExpression(
|
| - RewritableAssignmentExpression* node) {
|
| +void AstGraphBuilder::VisitRewritableExpression(RewritableExpression* node) {
|
| Visit(node->expression());
|
| }
|
|
|
|
|