| Index: src/x64/interface-descriptors-x64.cc
|
| diff --git a/src/x64/interface-descriptors-x64.cc b/src/x64/interface-descriptors-x64.cc
|
| index d131f0f7df22e940a3053dbcaa7d6aa3a8b8408b..1eb0055cf7542d1357d85209b210307012622004 100644
|
| --- a/src/x64/interface-descriptors-x64.cc
|
| +++ b/src/x64/interface-descriptors-x64.cc
|
| @@ -243,7 +243,7 @@ void AllocateHeapNumberDescriptor::InitializePlatformSpecific(
|
| SIMD128_TYPES(SIMD128_ALLOC_DESC)
|
| #undef SIMD128_ALLOC_DESC
|
|
|
| -void AllocateInNewSpaceDescriptor::InitializePlatformSpecific(
|
| +void AllocateDescriptor::InitializePlatformSpecific(
|
| CallInterfaceDescriptorData* data) {
|
| Register registers[] = {rax};
|
| data->InitializePlatformSpecific(arraysize(registers), registers);
|
|
|