Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index b39c4f48af7fceb16aa0be1eb5cbf98e789b3d71..dc7933aa20f05cecabc48f1fe9376893a85957f9 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -243,6 +243,8 @@ class Factory { |
Handle<PropertyCell> NewPropertyCell(Handle<Object> value); |
+ Handle<AllocationSite> NewAllocationSite(); |
+ |
Handle<Map> NewMap( |
InstanceType type, |
int instance_size, |