| Index: src/interface-descriptors.h
|
| diff --git a/src/interface-descriptors.h b/src/interface-descriptors.h
|
| index a7f011ccefc492a7e71f821cbcf8498802e5faf2..23153fc92515d7f5b63b2e41c0a02e30d6cc342e 100644
|
| --- a/src/interface-descriptors.h
|
| +++ b/src/interface-descriptors.h
|
| @@ -595,7 +595,7 @@ class CallFunctionDescriptor : public CallInterfaceDescriptor {
|
|
|
| class CallFunctionWithFeedbackDescriptor : public CallInterfaceDescriptor {
|
| public:
|
| - DEFINE_PARAMETERS(kFunction, kSlot)
|
| + DEFINE_PARAMETERS(kFunction, kActualArgumentsCount, kSlot)
|
| DECLARE_DESCRIPTOR_WITH_CUSTOM_FUNCTION_TYPE(
|
| CallFunctionWithFeedbackDescriptor, CallInterfaceDescriptor)
|
| };
|
|
|