Index: src/compiler/instruction.h |
diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h |
index c3e83fa44c5d03aaa3d07a81daea863f74edffed..7359356b11f9718cbdc5e269f388c4674e486b5a 100644 |
--- a/src/compiler/instruction.h |
+++ b/src/compiler/instruction.h |
@@ -844,7 +844,7 @@ typedef ZoneVector<InstructionBlock*> InstructionBlocks; |
// TODO(titzer): s/IsDouble/IsFloat64/ |
class InstructionSequence FINAL { |
public: |
- InstructionSequence(Linkage* linkage, const Graph* graph, |
+ InstructionSequence(Zone* zone, Linkage* linkage, const Graph* graph, |
const Schedule* schedule); |
int NextVirtualRegister() { return next_virtual_register_++; } |