Index: src/compiler/js-graph.cc |
diff --git a/src/compiler/js-graph.cc b/src/compiler/js-graph.cc |
index 9363268513a034d0304870243ee8b942afb3a004..44d5c52772ed971b2129e3516463792028ce5b56 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()); |
cached_nodes_[kEmptyFrameState] = empty_frame_state; |
} |
return empty_frame_state; |