| Index: src/builtins.h
|
| diff --git a/src/builtins.h b/src/builtins.h
|
| index df833df31de8ef6a6b7d9e9f64997b40cd494ab6..c45fbfd335da1a2a6c80f2c2568db44f9c079106 100644
|
| --- a/src/builtins.h
|
| +++ b/src/builtins.h
|
| @@ -166,10 +166,6 @@ enum BuiltinExtraArguments {
|
| Code::kNoExtraICState) \
|
| V(StoreIC_Megamorphic, STORE_IC, MEGAMORPHIC, \
|
| Code::kNoExtraICState) \
|
| - V(StoreIC_Generic, STORE_IC, GENERIC, \
|
| - Code::kNoExtraICState) \
|
| - V(StoreIC_Generic_Strict, STORE_IC, GENERIC, \
|
| - kStrictMode) \
|
| V(StoreIC_GlobalProxy, STORE_IC, GENERIC, \
|
| Code::kNoExtraICState) \
|
| V(StoreIC_Initialize_Strict, STORE_IC, UNINITIALIZED, \
|
|
|