Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index 19f3827931fc6fe7be5ada6167bbf01618dc5f37..3217ca906b37cda09da77c2195f4b5eb9850e874 100644 |
| --- a/src/factory.h |
| +++ b/src/factory.h |
| @@ -58,6 +58,8 @@ class Factory { |
| Handle<StringDictionary> NewStringDictionary(int at_least_space_for); |
| + Handle<ObjectHashTable> NewObjectHashTable(int at_least_space_for); |
| + |
| Handle<DescriptorArray> NewDescriptorArray(int number_of_descriptors); |
| Handle<DeoptimizationInputData> NewDeoptimizationInputData( |
| int deopt_entry_count, |