Chromium Code Reviews| Index: src/compiler/typer.cc |
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
| index f0835e7e552ccceda27a7046a06834f0f4563457..3937a487be98a82939f5bc90bde8eb43be0938ee 100644 |
| --- a/src/compiler/typer.cc |
| +++ b/src/compiler/typer.cc |
| @@ -439,7 +439,7 @@ void Typer::Run() { |
| } |
| Visitor visitor(this); |
| - GraphReducer graph_reducer(graph(), zone()); |
| + GraphReducer graph_reducer(zone(), graph()); |
| graph_reducer.AddReducer(&visitor); |
| graph_reducer.ReduceGraph(); |
| } |