mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-04 21:52:44 +00:00
Putting assertion to obsoleted interface, bug 11880, r=ftang.
This commit is contained in:
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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user