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 787918fa93644f482679018e92826c58312b2c96..0f5d300df1253e28ffe547b09b9fa14bd1ea1bee 100644 |
--- a/test/cctest/compiler/test-js-typed-lowering.cc |
+++ b/test/cctest/compiler/test-js-typed-lowering.cc |
@@ -60,7 +60,7 @@ class JSTypedLoweringTester : public HandleAndZoneScope { |
Node* stack = graph.NewNode(common.StateValues(0)); |
Node* state_node = |
- graph.NewNode(common.FrameState(BailoutId(0), kIgnoreOutput), |
+ graph.NewNode(common.FrameState(JS_FRAME, BailoutId(0), kIgnoreOutput), |
parameters, locals, stack, context, UndefinedConstant()); |
return state_node; |