Index: test/cctest/compiler/test-representation-change.cc |
diff --git a/test/cctest/compiler/test-representation-change.cc b/test/cctest/compiler/test-representation-change.cc |
index 913808f8bcc4ee1e91a316f7362fac07e75e87d5..60972243a079ab4045472259caa4d0570c9e4242 100644 |
--- a/test/cctest/compiler/test-representation-change.cc |
+++ b/test/cctest/compiler/test-representation-change.cc |
@@ -27,7 +27,7 @@ class RepresentationChangerTester : public HandleAndZoneScope, |
: GraphAndBuilders(main_zone()), |
javascript_(main_zone()), |
jsgraph_(main_isolate(), main_graph_, &main_common_, &javascript_, |
- &main_machine_), |
+ nullptr, &main_machine_), |
changer_(&jsgraph_, &main_simplified_, main_isolate()) { |
Node* s = graph()->NewNode(common()->Start(num_parameters)); |
graph()->SetStart(s); |