| Index: test/cctest/compiler/test-run-stubs.cc
|
| diff --git a/test/cctest/compiler/test-run-stubs.cc b/test/cctest/compiler/test-run-stubs.cc
|
| index ca7155f5cfd78673f8613ab4597745ced394ff44..2aa9075e8ef645c4cc0b09012d1b234ebc429f22 100644
|
| --- a/test/cctest/compiler/test-run-stubs.cc
|
| +++ b/test/cctest/compiler/test-run-stubs.cc
|
| @@ -35,7 +35,7 @@ TEST(RunOptimizedMathFloorStub) {
|
| CommonOperatorBuilder common(zone);
|
| JSOperatorBuilder javascript(zone);
|
| MachineOperatorBuilder machine(zone);
|
| - JSGraph js(isolate, &graph, &common, &javascript, &machine);
|
| + JSGraph js(isolate, &graph, &common, &javascript, nullptr, &machine);
|
|
|
| // FunctionTester (ab)uses a 2-argument function
|
| Node* start = graph.NewNode(common.Start(4));
|
|
|