| Index: src/x64/lithium-x64.h
|
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h
|
| index ee7d160a42c4f778f755c1a9e82f168a8925acd8..46ed29998b30690a9e973e6078712fc2a740fde0 100644
|
| --- a/src/x64/lithium-x64.h
|
| +++ b/src/x64/lithium-x64.h
|
| @@ -1853,8 +1853,8 @@ class LCallWithDescriptor V8_FINAL : public LTemplateResultInstruction<1> {
|
| LCallWithDescriptor(const CallInterfaceDescriptor* descriptor,
|
| const ZoneList<LOperand*>& operands,
|
| Zone* zone)
|
| - : inputs_(descriptor->environment_length() + 1, zone) {
|
| - ASSERT(descriptor->environment_length() + 1 == operands.length());
|
| + : inputs_(descriptor->GetEnvironmentLength() + 1, zone) {
|
| + ASSERT(descriptor->GetEnvironmentLength() + 1 == operands.length());
|
| inputs_.AddAll(operands, zone);
|
| }
|
|
|
|
|