Index: src/interface-descriptors.cc |
diff --git a/src/interface-descriptors.cc b/src/interface-descriptors.cc |
index e0d0998770e403a092a8dfcfbca2e933a88676af..79d05354650bfd9d5dafd4d1ed42ac43b93577a1 100644 |
--- a/src/interface-descriptors.cc |
+++ b/src/interface-descriptors.cc |
@@ -309,7 +309,8 @@ void GrowArrayElementsDescriptor::InitializePlatformSpecific( |
data->InitializePlatformSpecific(arraysize(registers), registers); |
} |
-FunctionType* FastArrayPushDescriptor::BuildCallInterfaceDescriptorFunctionType( |
+FunctionType* |
+VarArgFunctionDescriptor::BuildCallInterfaceDescriptorFunctionType( |
Isolate* isolate, int paramater_count) { |
Zone* zone = isolate->interface_descriptor_zone(); |
FunctionType* function = |