Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index 73aa34f5d75bfe48ae0c4040fde421e1c2252884..25d2d99a88d5de4f4d3d6a6a39aacc47f44bad86 100644 |
--- a/src/x64/lithium-x64.h |
+++ b/src/x64/lithium-x64.h |
@@ -1833,7 +1833,7 @@ class LCallJSFunction V8_FINAL : public LTemplateInstruction<1, 1, 0> { |
class LCallWithDescriptor V8_FINAL : public LTemplateResultInstruction<1> { |
public: |
LCallWithDescriptor(const CallInterfaceDescriptor* descriptor, |
- ZoneList<LOperand*>& operands, |
+ const ZoneList<LOperand*>& operands, |
Zone* zone) |
: inputs_(descriptor->environment_length() + 1, zone) { |
ASSERT(descriptor->environment_length() + 1 == operands.length()); |