Index: src/compiler/ast-graph-builder.cc |
diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc |
index 8c06777100d4079c1a6af44d7f79661b44d4b7f6..afc58e91454b95a560c96ebdca3c57ca838b8bef 100644 |
--- a/src/compiler/ast-graph-builder.cc |
+++ b/src/compiler/ast-graph-builder.cc |
@@ -227,8 +227,7 @@ Node* AstGraphBuilder::Environment::Checkpoint( |
Operator* op = common()->FrameState(ast_id, combine); |
return graph()->NewNode(op, parameters_node_, locals_node_, stack_node_, |
- GetContext(), |
- builder()->jsgraph()->UndefinedConstant()); |
+ GetContext()); |
} |