| Index: src/ia32/lithium-ia32.h
|
| diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h
|
| index 8ae08a20986c1b099092e38b9cb799e130df4aa3..e92922bda3373282f8b7addcbc4b807836a0ec39 100644
|
| --- a/src/ia32/lithium-ia32.h
|
| +++ b/src/ia32/lithium-ia32.h
|
| @@ -1862,7 +1862,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());
|
|
|