| Index: src/heap.h
|
| ===================================================================
|
| --- src/heap.h (revision 4009)
|
| +++ src/heap.h (working copy)
|
| @@ -465,7 +465,8 @@
|
|
|
| // AllocateHashTable is identical to AllocateFixedArray except
|
| // that the resulting object has hash_table_map as map.
|
| - static Object* AllocateHashTable(int length);
|
| + static Object* AllocateHashTable(int length,
|
| + PretenureFlag pretenure = NOT_TENURED);
|
|
|
| // Allocate a global (but otherwise uninitialized) context.
|
| static Object* AllocateGlobalContext();
|
|
|