зеркало из https://github.com/mozilla/gecko-dev.git
take out wrong assertion, we should do QueryInterface to both entry->mService and service with the sand IID and them compare them . approved by warren
This commit is contained in:
Родитель
75e6f0ebb9
Коммит
5fc6e9fb4c
|
@ -277,7 +277,7 @@ nsServiceManagerImpl::ReleaseService(const nsCID& aClass, nsISupports* service,
|
||||||
nsServiceEntry* entry = (nsServiceEntry*)mServices->Get(&key);
|
nsServiceEntry* entry = (nsServiceEntry*)mServices->Get(&key);
|
||||||
|
|
||||||
NS_ASSERTION(entry, "service not found");
|
NS_ASSERTION(entry, "service not found");
|
||||||
NS_ASSERTION(entry->mService == service, "service looked failed");
|
// NS_ASSERTION(entry->mService == service, "service looked failed");
|
||||||
|
|
||||||
if (entry) {
|
if (entry) {
|
||||||
rv = entry->RemoveListener(shutdownListener);
|
rv = entry->RemoveListener(shutdownListener);
|
||||||
|
|
|
@ -277,7 +277,7 @@ nsServiceManagerImpl::ReleaseService(const nsCID& aClass, nsISupports* service,
|
||||||
nsServiceEntry* entry = (nsServiceEntry*)mServices->Get(&key);
|
nsServiceEntry* entry = (nsServiceEntry*)mServices->Get(&key);
|
||||||
|
|
||||||
NS_ASSERTION(entry, "service not found");
|
NS_ASSERTION(entry, "service not found");
|
||||||
NS_ASSERTION(entry->mService == service, "service looked failed");
|
// NS_ASSERTION(entry->mService == service, "service looked failed");
|
||||||
|
|
||||||
if (entry) {
|
if (entry) {
|
||||||
rv = entry->RemoveListener(shutdownListener);
|
rv = entry->RemoveListener(shutdownListener);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче