| Index: src/builtins.h
|
| diff --git a/src/builtins.h b/src/builtins.h
|
| index f9a5a13bd991be564a573efe7c880924aae5e514..eca998cf044933d0912c797df8a5e124d51402a8 100644
|
| --- a/src/builtins.h
|
| +++ b/src/builtins.h
|
| @@ -132,8 +132,6 @@ enum BuiltinExtraArguments {
|
| Code::kNoExtraICState) \
|
| V(KeyedLoadIC_IndexedInterceptor, KEYED_LOAD_IC, MEGAMORPHIC, \
|
| Code::kNoExtraICState) \
|
| - V(KeyedLoadIC_NonStrictArguments, KEYED_LOAD_IC, MEGAMORPHIC, \
|
| - Code::kNoExtraICState) \
|
| \
|
| V(StoreIC_Initialize, STORE_IC, UNINITIALIZED, \
|
| Code::kNoExtraICState) \
|
| @@ -165,8 +163,6 @@ enum BuiltinExtraArguments {
|
| kStrictMode) \
|
| V(KeyedStoreIC_Generic_Strict, KEYED_STORE_IC, MEGAMORPHIC, \
|
| kStrictMode) \
|
| - V(KeyedStoreIC_NonStrictArguments, KEYED_STORE_IC, MEGAMORPHIC, \
|
| - Code::kNoExtraICState) \
|
| \
|
| /* Uses KeyedLoadIC_Initialize; must be after in list. */ \
|
| V(FunctionCall, BUILTIN, UNINITIALIZED, \
|
|
|