| Index: src/compiler/js-inlining.cc
|
| diff --git a/src/compiler/js-inlining.cc b/src/compiler/js-inlining.cc
|
| index 6964e5eb4d8390338e4ef7f23e9a6728853676ec..e587f882bcdec0e2f485630f68be241df4fa3f3b 100644
|
| --- a/src/compiler/js-inlining.cc
|
| +++ b/src/compiler/js-inlining.cc
|
| @@ -277,7 +277,7 @@ Reduction JSInliner::Reduce(Node* node) {
|
| AstGraphBuilder graph_builder(local_zone_, &info, &jsgraph);
|
| graph_builder.CreateGraph(true, false);
|
| JSContextSpecializer context_specializer(&jsgraph);
|
| - GraphReducer graph_reducer(&graph, local_zone_);
|
| + GraphReducer graph_reducer(local_zone_, &graph);
|
| graph_reducer.AddReducer(&context_specializer);
|
| graph_reducer.ReduceGraph();
|
|
|
|
|