Backed out changeset 9cc4d49b29b0 (bug 881237) for xpcshell failures

This commit is contained in:
Wes Kocher 2013-09-26 15:32:59 -07:00
parent 019e6608d0
commit db1dd9a668
2 changed files with 2 additions and 2 deletions

View File

@ -494,7 +494,6 @@ nsComponentManagerImpl::RegisterCIDEntryLocked(
else
existing = "<unknown module>";
mLock.Unlock();
LogMessage("While registering XPCOM module %s, trying to re-register CID '%s' already registered by %s.",
aModule->Description().get(),
idstr,

View File

@ -18,7 +18,6 @@ DummyConstructorFunc(nsISupports* aOuter, const nsIID& aIID, void** aResult)
}
static const mozilla::Module::CIDEntry kTestCIDs[] = {
{ &kNS_TESTING_CID, false, NULL, DummyConstructorFunc },
{ &kNS_TESTING_CID, false, NULL, DummyConstructorFunc },
{ NULL }
};
@ -29,3 +28,5 @@ static const mozilla::Module kTestModule = {
};
NSMODULE_DEFN(dummy) = &kTestModule;