| Index: src/code-stubs.cc
|
| diff --git a/src/code-stubs.cc b/src/code-stubs.cc
|
| index e41145e69b43bc18bd74ea1769058a51232ea9ed..ab742e7d5df19911512b21ba2c5627eeb32282b5 100644
|
| --- a/src/code-stubs.cc
|
| +++ b/src/code-stubs.cc
|
| @@ -4006,10 +4006,6 @@ void AllocateMutableHeapNumberStub::InitializeDescriptor(
|
| SIMD128_TYPES(SIMD128_INIT_DESC)
|
| #undef SIMD128_INIT_DESC
|
|
|
| -void AllocateStub::InitializeDescriptor(CodeStubDescriptor* descriptor) {
|
| - descriptor->Initialize();
|
| -}
|
| -
|
| void ToBooleanICStub::InitializeDescriptor(CodeStubDescriptor* descriptor) {
|
| descriptor->Initialize(FUNCTION_ADDR(Runtime_ToBooleanIC_Miss));
|
| descriptor->SetMissHandler(ExternalReference(
|
|
|