diff --git a/intl/uconv/src/nsUConvDll.cpp b/intl/uconv/src/nsUConvDll.cpp index 7ed87c0ca48f..3070c86dfa33 100644 --- a/intl/uconv/src/nsUConvDll.cpp +++ b/intl/uconv/src/nsUConvDll.cpp @@ -62,7 +62,7 @@ extern "C" NS_EXPORT nsresult NSGetFactory(nsISupports* aServMgr, *aFactory = NULL; // the converter manager - if (aClass.Equals(nsCOMTypeInfo::GetIID())) { + if (aClass.Equals(kCharsetConverterManagerCID)) { nsManagerFactory *factory = new nsManagerFactory(); if(nsnull == factory)