Index: src/ic.cc |
=================================================================== |
--- src/ic.cc (revision 454) |
+++ src/ic.cc (working copy) |
@@ -1115,7 +1115,7 @@ |
// Extend storage is called in a store inline cache when |
// it is necessary to extend the properties array of a |
// JSObject. |
-Object* StoreIC_ExtendStorage(Arguments args) { |
+Object* SharedStoreIC_ExtendStorage(Arguments args) { |
NoHandleAllocation na; |
ASSERT(args.length() == 3); |