| Index: src/builtins.h
 | 
| diff --git a/src/builtins.h b/src/builtins.h
 | 
| index 13322c239481046bc7a10f99170a74f7213642d5..595e9a4b8b52f3df36669e1ae4d4da648c8100b4 100644
 | 
| --- a/src/builtins.h
 | 
| +++ b/src/builtins.h
 | 
| @@ -96,6 +96,7 @@ enum BuiltinExtraArguments {
 | 
|    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)            \
 | 
| 
 |