fix to mal-formed contract id introduced in mega-check-in:x
git-svn-id: svn://10.0.0.236/trunk@79048 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1119,6 +1119,10 @@ nsComponentManagerImpl::ContractIDToClassID(const char *aContractID, nsCID *aCla
|
||||
}
|
||||
#endif /* USE_REGISTRY */
|
||||
|
||||
if (PL_strcmp(aContractID, "@mozilla.org/rdf/datasource") == 0)
|
||||
{
|
||||
PR_ASSERT(false);
|
||||
}
|
||||
if (PR_LOG_TEST(nsComponentManagerLog, PR_LOG_ALWAYS)) {
|
||||
char *buf = 0;
|
||||
if (NS_SUCCEEDED(res))
|
||||
|
||||
Reference in New Issue
Block a user