| Index: test/unittests/compiler/js-create-lowering-unittest.cc
|
| diff --git a/test/unittests/compiler/js-create-lowering-unittest.cc b/test/unittests/compiler/js-create-lowering-unittest.cc
|
| index f4a1192abf167bfae8f6a5c7ef497c7e54dcba31..85a01078e4d8600360079698c4ed57ba01e759d3 100644
|
| --- a/test/unittests/compiler/js-create-lowering-unittest.cc
|
| +++ b/test/unittests/compiler/js-create-lowering-unittest.cc
|
| @@ -46,7 +46,8 @@ class JSCreateLoweringTest : public TypedGraphTest {
|
| }
|
|
|
| Node* FrameState(Handle<SharedFunctionInfo> shared, Node* outer_frame_state) {
|
| - Node* state_values = graph()->NewNode(common()->StateValues(0));
|
| + Node* state_values =
|
| + graph()->NewNode(common()->StateValues(0, SparseInputMask::Dense()));
|
| return graph()->NewNode(
|
| common()->FrameState(
|
| BailoutId::None(), OutputFrameStateCombine::Ignore(),
|
|
|