Index: test/cctest/compiler/test-js-typed-lowering.cc |
diff --git a/test/cctest/compiler/test-js-typed-lowering.cc b/test/cctest/compiler/test-js-typed-lowering.cc |
index cf126c2c54ec625f1947a2356d483471cf5e0523..306ec48fba8c047299b5adf022dd114a66cf0d18 100644 |
--- a/test/cctest/compiler/test-js-typed-lowering.cc |
+++ b/test/cctest/compiler/test-js-typed-lowering.cc |
@@ -65,7 +65,8 @@ class JSTypedLoweringTester : public HandleAndZoneScope { |
Node* stack = graph.NewNode(common.StateValues(0)); |
Node* state_node = |
- graph.NewNode(common.FrameState(JS_FRAME, BailoutId(0), kIgnoreOutput), |
+ graph.NewNode(common.FrameState(JS_FRAME, BailoutId(0), |
+ OutputFrameStateCombine::Ignore()), |
parameters, locals, stack, context, UndefinedConstant()); |
return state_node; |