commit | 8defd9ff6930b4e24729971a61cf7469daf119be | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Thu Jul 08 12:39:36 2010 +0100 |
committer | Steve Block <steveblock@google.com> | Thu Jul 08 12:41:04 2010 +0100 |
tree | 3be589af44201dcaead530f4046cb63e7c9b68c4 | |
parent | 85dec77e821ae98054f8e09ba3180c148a9264d6 [diff] [blame] |
Update V8 to r5017 as required by WebKit r62496 Change-Id: I1b4b7718d1d77ceef07f543e9150a2cb3a628f3a
diff --git a/src/builtins.h b/src/builtins.h index 1fab375..3dcab62 100644 --- a/src/builtins.h +++ b/src/builtins.h
@@ -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) \