| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index c72faae7958cd376214c3b58fbca2bfa68264621..1d8e0198258e31d19c3557e946d11773a21215ec 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -51,8 +51,6 @@ class Factory V8_FINAL {
|
|
|
| Handle<NameDictionary> NewNameDictionary(int at_least_space_for);
|
|
|
| - Handle<ObjectHashSet> NewObjectHashSet(int at_least_space_for);
|
| -
|
| Handle<ObjectHashTable> NewObjectHashTable(
|
| int at_least_space_for,
|
| MinimumCapacity capacity_option = USE_DEFAULT_MINIMUM_CAPACITY);
|
|
|