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