Index: src/register-allocator.h |
=================================================================== |
--- src/register-allocator.h (revision 2476) |
+++ src/register-allocator.h (working copy) |
@@ -92,10 +92,7 @@ |
// of handles to the actual constants. |
typedef ZoneList<Handle<Object> > ZoneObjectList; |
- static ZoneObjectList* ConstantList() { |
- static ZoneObjectList list(10); |
- return &list; |
- } |
+ static ZoneObjectList* ConstantList(); |
// Clear the constants indirection table. |
static void ClearConstantList() { |