Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index be8a5231bd53ec8acbd2a030a17b951ec08e65ca..e4fbf853236a7121ae3e9ffd295f8fb0b9189caf 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -60,7 +60,7 @@ class Factory { |
Handle<UnseededNumberDictionary> NewUnseededNumberDictionary( |
int at_least_space_for); |
- Handle<StringDictionary> NewStringDictionary(int at_least_space_for); |
+ Handle<NameDictionary> NewNameDictionary(int at_least_space_for); |
Handle<ObjectHashSet> NewObjectHashSet(int at_least_space_for); |