Chromium Code Reviews| Index: src/builtins.h |
| =================================================================== |
| --- src/builtins.h (revision 3973) |
| +++ src/builtins.h (working copy) |
| @@ -96,7 +96,6 @@ |
| V(KeyedLoadIC_IndexedInterceptor, KEYED_LOAD_IC, MEGAMORPHIC) \ |
| \ |
| V(StoreIC_Initialize, STORE_IC, UNINITIALIZED) \ |
| - V(StoreIC_ArrayLength, STORE_IC, MONOMORPHIC) \ |
| V(StoreIC_Megamorphic, STORE_IC, MEGAMORPHIC) \ |
| \ |
| V(KeyedStoreIC_Initialize, KEYED_STORE_IC, UNINITIALIZED) \ |