| Index: test/cctest/compiler/test-instruction.cc
|
| diff --git a/test/cctest/compiler/test-instruction.cc b/test/cctest/compiler/test-instruction.cc
|
| index d3c457758847637c30fcba3614b366f9a51d81ad..d4f9faf294d01cd653c1fc1572698b7f4f963aa9 100644
|
| --- a/test/cctest/compiler/test-instruction.cc
|
| +++ b/test/cctest/compiler/test-instruction.cc
|
| @@ -50,7 +50,7 @@ class InstructionTester : public HandleAndZoneScope {
|
| InstructionBlocks* instruction_blocks =
|
| TestInstrSeq::InstructionBlocksFor(main_zone(), &schedule);
|
| code = new (main_zone())
|
| - TestInstrSeq(main_isolate(), main_zone(), instruction_blocks);
|
| + TestInstrSeq(main_isolate(), main_zone(), instruction_blocks, nullptr);
|
| }
|
|
|
| Node* Int32Constant(int32_t val) {
|
|
|