| Index: src/arm/lithium-arm.h
|
| diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h
|
| index 29c53efefb96c04d966666067e655a6ce44fafe7..2bd07fc78f308589aa11720eca3e54e570409af5 100644
|
| --- a/src/arm/lithium-arm.h
|
| +++ b/src/arm/lithium-arm.h
|
| @@ -1849,7 +1849,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) {
|
|
|