Bug 282743 ABBA deadlock componentmanager monitor/jsgc claimscope

whitespace change to accentuate comment per brendan


git-svn-id: svn://10.0.0.236/trunk@169592 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org 2005-02-22 08:00:20 +00:00
parent 932eb1a5aa
commit a952273ea6

View File

@ -2366,6 +2366,7 @@ nsComponentManagerImpl::GetServiceByContractID(const char* aContractID,
if (entry) {
if (entry->mServiceObject) {
nsCOMPtr<nsISupports> serviceObject = entry->mServiceObject;
// We need to not be holding the service manager's monitor while calling
// QueryInterface, because it invokes user code which could try to re-enter
// the service manager, or try to grab some other lock/monitor/condvar