зеркало из https://github.com/mozilla/gecko-dev.git
Use CID, not IID.
This commit is contained in:
Родитель
967b12bf6f
Коммит
67de3ab9cf
|
@ -62,7 +62,7 @@ extern "C" NS_EXPORT nsresult NSGetFactory(nsISupports* aServMgr,
|
|||
|
||||
*aFactory = NULL;
|
||||
// the converter manager
|
||||
if (aClass.Equals(nsCOMTypeInfo<nsICharsetConverterManager>::GetIID())) {
|
||||
if (aClass.Equals(kCharsetConverterManagerCID)) {
|
||||
nsManagerFactory *factory = new nsManagerFactory();
|
||||
|
||||
if(nsnull == factory)
|
||||
|
|
Загрузка…
Ссылка в новой задаче