| Index: test/unittests/compiler/js-typed-lowering-unittest.cc
|
| diff --git a/test/unittests/compiler/js-typed-lowering-unittest.cc b/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| index 7f4bd7316036305f9c127a9939b03fc65146be03..683bbd5385ce984ad592c3e3a4026ecb346a6ae2 100644
|
| --- a/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| +++ b/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| @@ -80,7 +80,8 @@ class JSTypedLoweringTest : public TypedGraphTest {
|
| protected:
|
| Reduction Reduce(Node* node) {
|
| MachineOperatorBuilder machine(zone());
|
| - JSGraph jsgraph(isolate(), graph(), common(), javascript(), &machine);
|
| + JSGraph jsgraph(isolate(), graph(), common(), javascript(), nullptr,
|
| + &machine);
|
| // TODO(titzer): mock the GraphReducer here for better unit testing.
|
| GraphReducer graph_reducer(zone(), graph());
|
| JSTypedLowering reducer(&graph_reducer, &jsgraph, zone());
|
|
|