mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg
This commit is contained in:
parent
e8030b601c
commit
45b2b81b61
@ -81,8 +81,7 @@ nsISupports*
|
||||
OS2Uni::GetUconvObject(int aCodePage, ConverterRequest aReq)
|
||||
{
|
||||
if (gCharsetManager == nsnull) {
|
||||
nsServiceManager::GetService(kCharsetConverterManagerCID,
|
||||
NS_GET_IID(nsICharsetConverterManager), (nsISupports**) &gCharsetManager);
|
||||
CallGetService(kCharsetConverterManagerCID, &gCharsetManager);
|
||||
}
|
||||
|
||||
nsresult rv;
|
||||
|
Loading…
Reference in New Issue
Block a user