| Index: src/builtins.h
|
| diff --git a/src/builtins.h b/src/builtins.h
|
| index c45fbfd335da1a2a6c80f2c2568db44f9c079106..df833df31de8ef6a6b7d9e9f64997b40cd494ab6 100644
|
| --- a/src/builtins.h
|
| +++ b/src/builtins.h
|
| @@ -166,6 +166,10 @@ 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, \
|
|
|