| Index: src/ic/arm/handler-compiler-arm.cc
|
| diff --git a/src/ic/arm/handler-compiler-arm.cc b/src/ic/arm/handler-compiler-arm.cc
|
| index 734ab40a1b4882e01b1f062e663cd2364d082f8f..8f2252e27a1646f5e9bd456eed93a3b32fd686a8 100644
|
| --- a/src/ic/arm/handler-compiler-arm.cc
|
| +++ b/src/ic/arm/handler-compiler-arm.cc
|
| @@ -339,15 +339,6 @@ static void StoreIC_PushArgs(MacroAssembler* masm) {
|
| }
|
|
|
|
|
| -void NamedStoreHandlerCompiler::GenerateSlow(MacroAssembler* masm) {
|
| - StoreIC_PushArgs(masm);
|
| -
|
| - // The slow case calls into the runtime to complete the store without causing
|
| - // an IC miss that would otherwise cause a transition to the generic stub.
|
| - __ TailCallRuntime(Runtime::kStoreIC_Slow);
|
| -}
|
| -
|
| -
|
| void ElementHandlerCompiler::GenerateStoreSlow(MacroAssembler* masm) {
|
| StoreIC_PushArgs(masm);
|
|
|
|
|