Index: test/cctest/compiler/test-machine-operator-reducer.cc |
diff --git a/test/cctest/compiler/test-machine-operator-reducer.cc b/test/cctest/compiler/test-machine-operator-reducer.cc |
index 5e573056b59e61f85dbbd78c038ef74a4bb16017..d660bccb47defa220f79a5791c8be85d57fa6315 100644 |
--- a/test/cctest/compiler/test-machine-operator-reducer.cc |
+++ b/test/cctest/compiler/test-machine-operator-reducer.cc |
@@ -57,8 +57,8 @@ class ReducerTester : public HandleAndZoneScope { |
common(main_zone()), |
graph(main_zone()), |
javascript(main_zone()), |
- typer(main_zone()), |
- jsgraph(&graph, &common, &javascript, &typer, &machine), |
+ typer(&graph, MaybeHandle<Context>()), |
+ jsgraph(&graph, &common, &javascript, &machine), |
maxuint32(Constant<int32_t>(kMaxUInt32)) { |
Node* s = graph.NewNode(common.Start(num_parameters)); |
graph.SetStart(s); |