Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index f0835e7e552ccceda27a7046a06834f0f4563457..a594b39163160e7894ae2ac10d48e25f6851efa8 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(graph(), nullptr, nullptr, zone()); |
graph_reducer.AddReducer(&visitor); |
graph_reducer.ReduceGraph(); |
} |