| Index: src/builtins/builtins-handler.cc
|
| diff --git a/src/builtins/builtins-handler.cc b/src/builtins/builtins-handler.cc
|
| index 37d0583ce0348c0e3afea7b5eb7e3cf62925feab..2555380edb0d5610fb1ea3d556d04431b991b711 100644
|
| --- a/src/builtins/builtins-handler.cc
|
| +++ b/src/builtins/builtins-handler.cc
|
| @@ -24,14 +24,6 @@ void Builtins::Generate_KeyedLoadIC_Slow(MacroAssembler* masm) {
|
| KeyedLoadIC::GenerateRuntimeGetProperty(masm);
|
| }
|
|
|
| -void Builtins::Generate_KeyedStoreIC_Megamorphic(MacroAssembler* masm) {
|
| - KeyedStoreIC::GenerateMegamorphic(masm, SLOPPY);
|
| -}
|
| -
|
| -void Builtins::Generate_KeyedStoreIC_Megamorphic_Strict(MacroAssembler* masm) {
|
| - KeyedStoreIC::GenerateMegamorphic(masm, STRICT);
|
| -}
|
| -
|
| void Builtins::Generate_KeyedStoreIC_Megamorphic_TF(
|
| compiler::CodeAssemblerState* state) {
|
| KeyedStoreGenericGenerator::Generate(state, SLOPPY);
|
|
|