| 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..28aa56dc1042b23da4c0eaee2204a1aa681dfe22 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.graph(), nullptr, nullptr, t.main_zone());
|
| graph_reducer.AddReducer(&spec);
|
| graph_reducer.ReduceGraph();
|
|
|
|
|