Index: src/builtins.h |
=================================================================== |
--- src/builtins.h (revision 6525) |
+++ src/builtins.h (working copy) |
@@ -94,6 +94,7 @@ |
V(KeyedLoadIC_PreMonomorphic, KEYED_LOAD_IC, PREMONOMORPHIC) \ |
V(KeyedLoadIC_Generic, KEYED_LOAD_IC, MEGAMORPHIC) \ |
V(KeyedLoadIC_String, KEYED_LOAD_IC, MEGAMORPHIC) \ |
+ V(KeyedLoadIC_PixelArray, KEYED_LOAD_IC, MONOMORPHIC) \ |
V(KeyedLoadIC_IndexedInterceptor, KEYED_LOAD_IC, MEGAMORPHIC) \ |
\ |
V(StoreIC_Initialize, STORE_IC, UNINITIALIZED) \ |