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 6738595a8427dd7d0607ee5763eb9c9449ddca1c..47ae71d232d6990126ba70b0e3f838d058aae5b5 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))); |