Index: src/mips/lithium-mips.h |
diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h |
index 1121c09c241ccb72f5ccff74a1b8265f2ca1cb54..05118eea556c05515c6573b847523e7bcdfa9a25 100644 |
--- a/src/mips/lithium-mips.h |
+++ b/src/mips/lithium-mips.h |
@@ -1810,7 +1810,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) |
: descriptor_(descriptor), |
inputs_(descriptor->environment_length() + 1, zone) { |