| Index: test/cctest/compiler/test-js-context-specialization.cc
|
| diff --git a/test/cctest/compiler/test-js-context-specialization.cc b/test/cctest/compiler/test-js-context-specialization.cc
|
| index 5ced9b84beb0e9d7314efc06ebc4917c5d49a6a9..7eb50085b6fde35515ce22298d109689074e37f4 100644
|
| --- a/test/cctest/compiler/test-js-context-specialization.cc
|
| +++ b/test/cctest/compiler/test-js-context-specialization.cc
|
| @@ -231,7 +231,7 @@ TEST(SpecializeToContext) {
|
| CheckEffectInput(load, effect_use);
|
|
|
| // Perform the reduction on the entire graph.
|
| - GraphReducer graph_reducer(t.graph(), t.main_zone());
|
| + GraphReducer graph_reducer(t.main_zone(), t.graph());
|
| graph_reducer.AddReducer(&spec);
|
| graph_reducer.ReduceGraph();
|
|
|
|
|