Change HashPropertyBag instance constructor to call Init, r=shaver

This commit is contained in:
vladimir%pobox.com 2005-03-23 17:13:41 +00:00
Родитель 5bd593ad0e
Коммит f00f3e4881
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -194,7 +194,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsRecyclingAllocatorImpl)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsTimelineService)
#endif
NS_GENERIC_FACTORY_CONSTRUCTOR(nsHashPropertyBag)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsHashPropertyBag, Init)
static NS_METHOD
nsXPTIInterfaceInfoManagerGetSingleton(nsISupports* outer,