зеркало из https://github.com/mozilla/gecko-dev.git
Attempting to fix nye tinderbox bustage.
This commit is contained in:
Родитель
7e2dcbeb5d
Коммит
e46fc51cd7
|
@ -69,9 +69,9 @@ public:
|
|||
}
|
||||
|
||||
~nsProxyReleaseCOMPtr() {
|
||||
if (get() && mTarget != NS_GetCurrentThread()) {
|
||||
if (nsCOMPtr<T>::get() && mTarget != NS_GetCurrentThread()) {
|
||||
nsISupports *doomed = nsnull;
|
||||
swap(doomed);
|
||||
nsCOMPtr<T>::swap(doomed);
|
||||
NSCAP_LOG_RELEASE(this, doomed);
|
||||
NS_ProxyRelease(mTarget, doomed);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче