Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 5562ef4ec2a608ba9c4176dd77da4011fe767f79..c896d4ff4c1de1e00c58c0eeb6fa7a264a9f8763 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -35,6 +35,8 @@ |
namespace v8 { |
namespace internal { |
+class CloseTableSet; |
+ |
// Interface for handle based allocation. |
class Factory { |
@@ -82,6 +84,8 @@ class Factory { |
int at_least_space_for, |
MinimumCapacity capacity_option = USE_DEFAULT_MINIMUM_CAPACITY); |
+ Handle<CloseTableSet> NewCloseTableSet(); |
+ |
Handle<WeakHashTable> NewWeakHashTable(int at_least_space_for); |
Handle<DescriptorArray> NewDescriptorArray(int number_of_descriptors, |