Index: test/cctest/compiler/test-js-typed-lowering.cc |
diff --git a/test/cctest/compiler/test-js-typed-lowering.cc b/test/cctest/compiler/test-js-typed-lowering.cc |
index 64abe5922ac59ca8cbda92c60a0f2870f4d18887..47e64078b264176ba41b20ccfc1654f03dee9dad 100644 |
--- a/test/cctest/compiler/test-js-typed-lowering.cc |
+++ b/test/cctest/compiler/test-js-typed-lowering.cc |
@@ -38,7 +38,7 @@ class JSTypedLoweringTester : public HandleAndZoneScope { |
simplified(main_zone()), |
common(main_zone()), |
graph(main_zone()), |
- typer(main_isolate(), &graph, MaybeHandle<Context>()), |
+ typer(main_isolate(), &graph, nullptr, MaybeHandle<Context>()), |
context_node(NULL) { |
graph.SetStart(graph.NewNode(common.Start(num_parameters))); |
graph.SetEnd(graph.NewNode(common.End(1))); |