Putting assertion to obsoleted interface, bug 11880, r=ftang.

This commit is contained in:
nhotta%netscape.com 2000-03-23 23:04:10 +00:00
parent 9a23ed6b16
commit ecd7f1af9c

@ -98,6 +98,8 @@ nsLocaleFactory::nsLocaleFactory(void)
: fSystemLocale(NULL),
fApplicationLocale(NULL)
{
NS_ASSERTION(0, "obsoleted, use nsILocaleService instead.\n");
int i;
nsresult result;
NS_INIT_REFCNT();