Index: src/arm64/lithium-arm64.h |
diff --git a/src/arm64/lithium-arm64.h b/src/arm64/lithium-arm64.h |
index 8dc0a7f26d1a154c23aa90459b873a5c2498b2c8..76a569d0ace9c77ad8d7f9d60f42e3f071dda36d 100644 |
--- a/src/arm64/lithium-arm64.h |
+++ b/src/arm64/lithium-arm64.h |
@@ -1518,7 +1518,7 @@ class LInteger32ToDouble 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) { |