Index: src/compiler/js-graph.cc |
diff --git a/src/compiler/js-graph.cc b/src/compiler/js-graph.cc |
index 649b0d68d1097c289603e206f34f10a623be2f2a..1f3c25d06aae1f9969f5d8283af8d51bb7783af5 100644 |
--- a/src/compiler/js-graph.cc |
+++ b/src/compiler/js-graph.cc |
@@ -204,7 +204,7 @@ Node* JSGraph::EmptyFrameState() { |
if (!empty_frame_state_.is_set()) { |
Node* values = graph()->NewNode(common()->StateValues(0)); |
Node* state_node = graph()->NewNode( |
- common()->FrameState(JS_FRAME, BailoutId(0), |
+ common()->FrameState(JS_FRAME, BailoutId::None(), |
OutputFrameStateCombine::Ignore()), |
values, values, values, NoContextConstant(), UndefinedConstant()); |
empty_frame_state_.set(state_node); |