| 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 db62a119f2be4b699b42a12a852797c892a12972..9786ada24bf28aedaaf0e6fab7c03cb96d92d9d6 100644
|
| --- a/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| +++ b/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| @@ -81,7 +81,7 @@ class JSTypedLoweringTest : public TypedGraphTest {
|
| MachineOperatorBuilder machine(zone());
|
| JSGraph jsgraph(isolate(), graph(), common(), javascript(), &machine);
|
| // TODO(titzer): mock the GraphReducer here for better unit testing.
|
| - GraphReducer graph_reducer(graph(), zone());
|
| + GraphReducer graph_reducer(zone(), graph());
|
| JSTypedLowering reducer(&graph_reducer, &jsgraph, zone());
|
| return reducer.Reduce(node);
|
| }
|
|
|