Index: test/cctest/compiler/test-osr.cc |
diff --git a/test/cctest/compiler/test-osr.cc b/test/cctest/compiler/test-osr.cc |
index 356cbd24a7f7527fc75f8fd7143966d2e595fc9d..3299a36fb447dd110258396fdf75d77edc88cdcf 100644 |
--- a/test/cctest/compiler/test-osr.cc |
+++ b/test/cctest/compiler/test-osr.cc |
@@ -48,7 +48,7 @@ class OsrDeconstructorTester : public HandleAndZoneScope { |
: isolate(main_isolate()), |
common(main_zone()), |
graph(main_zone()), |
- jsgraph(main_isolate(), &graph, &common, NULL, NULL), |
+ jsgraph(main_isolate(), &graph, &common, nullptr, nullptr, nullptr), |
start(graph.NewNode(common.Start(1))), |
p0(graph.NewNode(common.Parameter(0), start)), |
end(graph.NewNode(common.End(1), start)), |