| 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 861cf3932b67e395f3c9001133e2d84fe4bb1c43..4366f1877b0ed2dc0ca5f1ec3d2998395eed34e5 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;
|
|
|