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
parent 78adbdc779
commit 6a2181f768

View File

@ -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,