Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index 0cb715772909cbf17b19a03b86c21c3ba3f81782..83e77e7ae14cc8c7adf695d9c1077e223dc0c777 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, |