| Index: src/builtins.h
|
| diff --git a/src/builtins.h b/src/builtins.h
|
| index c874d8b1e0f30a57fb6f4b21e7a727f3ac014304..b53297aa69c71c992828959e5e932179f46fadc9 100644
|
| --- a/src/builtins.h
|
| +++ b/src/builtins.h
|
| @@ -154,8 +154,6 @@ enum BuiltinExtraArguments {
|
| \
|
| V(StoreIC_Initialize, STORE_IC, UNINITIALIZED, \
|
| Code::kNoExtraICState) \
|
| - V(StoreIC_ArrayLength, STORE_IC, MONOMORPHIC, \
|
| - Code::kNoExtraICState) \
|
| V(StoreIC_Normal, STORE_IC, MONOMORPHIC, \
|
| Code::kNoExtraICState) \
|
| V(StoreIC_Megamorphic, STORE_IC, MEGAMORPHIC, \
|
| @@ -164,8 +162,6 @@ enum BuiltinExtraArguments {
|
| Code::kNoExtraICState) \
|
| V(StoreIC_Initialize_Strict, STORE_IC, UNINITIALIZED, \
|
| kStrictMode) \
|
| - V(StoreIC_ArrayLength_Strict, STORE_IC, MONOMORPHIC, \
|
| - kStrictMode) \
|
| V(StoreIC_Normal_Strict, STORE_IC, MONOMORPHIC, \
|
| kStrictMode) \
|
| V(StoreIC_Megamorphic_Strict, STORE_IC, MEGAMORPHIC, \
|
|
|