mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
Backed out changeset 9cc4d49b29b0 (bug 881237) for xpcshell failures
This commit is contained in:
parent
56f7979bbf
commit
bf105adc7c
@ -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,
|
||||
|
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user