Index: src/compiler/ast-graph-builder.cc |
diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc |
index f4aeb8cec3bf17ea3030b7fb2d80d01598bbe9e3..1b7d1169dd2e7e8398914e81950b01268e0ebddc 100644 |
--- a/src/compiler/ast-graph-builder.cc |
+++ b/src/compiler/ast-graph-builder.cc |
@@ -2318,6 +2318,7 @@ void AstGraphBuilder::VisitCall(Call* expr) { |
receiver_value = NewNode(common()->Projection(1), pair); |
PrepareFrameState(pair, expr->LookupId(), |
OutputFrameStateCombine::Push(2)); |
+ break; |
} |
case Call::NAMED_PROPERTY_CALL: { |
Property* property = callee->AsProperty(); |