Bug 337917 Make consumers stop using cids from other modules
r=smontagu sr=darin git-svn-id: svn://10.0.0.236/trunk@234068 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3326fe6a95
commit
9fe36e2b9d
@ -75,13 +75,11 @@ ConverterInfo gConverterInfo[eCONVERTER_COUNT] =
|
||||
{ 1361, "x-johab", nsnull, nsnull }
|
||||
};
|
||||
|
||||
static NS_DEFINE_CID(kCharsetConverterManagerCID, NS_ICHARSETCONVERTERMANAGER_CID);
|
||||
|
||||
nsISupports*
|
||||
OS2Uni::GetUconvObject(int aCodePage, ConverterRequest aReq)
|
||||
{
|
||||
if (gCharsetManager == nsnull) {
|
||||
CallGetService(kCharsetConverterManagerCID, &gCharsetManager);
|
||||
CallGetService(NS_CHARSETCONVERTERMANAGER_CONTRACTID, &gCharsetManager);
|
||||
}
|
||||
|
||||
nsresult rv;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user