| Index: src/builtins.h
|
| diff --git a/src/builtins.h b/src/builtins.h
|
| index 9f35739a40c10b8882d311b9030ca317125e56f9..59cd89474721a31529d2ecb270a5c1573998eadd 100644
|
| --- a/src/builtins.h
|
| +++ b/src/builtins.h
|
| @@ -103,8 +103,6 @@ enum BuiltinExtraArguments {
|
| StoreICState::kStrictModeState) \
|
| V(KeyedStoreIC_Megamorphic_Strict, KEYED_STORE_IC, MEGAMORPHIC, \
|
| StoreICState::kStrictModeState) \
|
| - V(KeyedStoreIC_SloppyArguments, KEYED_STORE_IC, MONOMORPHIC, \
|
| - kNoExtraICState) \
|
| \
|
| /* Uses KeyedLoadIC_Initialize; must be after in list. */ \
|
| V(FunctionCall, BUILTIN, UNINITIALIZED, kNoExtraICState) \
|
|
|