Index: src/compiler/instruction.cc |
diff --git a/src/compiler/instruction.cc b/src/compiler/instruction.cc |
index 891a1e789ee91198b64f0bc539ba8f01ef2646e6..4efa6e8e50b3d79740b8f5acd421e29f418c40e4 100644 |
--- a/src/compiler/instruction.cc |
+++ b/src/compiler/instruction.cc |
@@ -382,7 +382,7 @@ static void InitializeInstructionBlocks(Zone* zone, const Schedule* schedule, |
InstructionSequence::InstructionSequence(Linkage* linkage, const Graph* graph, |
const Schedule* schedule) |
- : zone_(graph->zone()->isolate()), |
+ : zone_(schedule->zone()), |
node_count_(graph->NodeCount()), |
node_map_(zone()->NewArray<int>(node_count_)), |
instruction_blocks_(static_cast<int>(schedule->rpo_order()->size()), NULL, |