Index: src/compiler/js-graph.cc |
diff --git a/src/compiler/js-graph.cc b/src/compiler/js-graph.cc |
index 44d5c52772ed971b2129e3516463792028ce5b56..4d83c86eebc39e8e96569defe8b447057ccc1e0a 100644 |
--- a/src/compiler/js-graph.cc |
+++ b/src/compiler/js-graph.cc |
@@ -191,7 +191,7 @@ Node* JSGraph::EmptyFrameState() { |
common()->FrameState(JS_FRAME, BailoutId::None(), |
OutputFrameStateCombine::Ignore()), |
state_values, state_values, state_values, NoContextConstant(), |
- UndefinedConstant(), UndefinedConstant()); |
+ UndefinedConstant(), graph()->start()); |
cached_nodes_[kEmptyFrameState] = empty_frame_state; |
} |
return empty_frame_state; |