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