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