| Index: src/frame-element.h
|
| ===================================================================
|
| --- src/frame-element.h (revision 2476)
|
| +++ src/frame-element.h (working copy)
|
| @@ -91,10 +91,7 @@
|
| // this table 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() {
|
|
|