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