зеркало из https://github.com/mozilla/pjs.git
Fix some build bustage.
This commit is contained in:
Родитель
3a48034292
Коммит
2cee056cc5
|
@ -597,7 +597,7 @@ NS_IMETHODIMP PipUIContext::GetInterface(const nsIID & uuid, void * *result)
|
|||
prompter, PROXY_SYNC, getter_AddRefs(proxyPrompt));
|
||||
if (!proxyPrompt) return NS_ERROR_FAILURE;
|
||||
*result = proxyPrompt;
|
||||
NS_ADDREF(proxyPrompt);
|
||||
NS_ADDREF((nsIPrompt*)*result);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
@ -709,7 +709,7 @@ NS_IMETHODIMP CertDownloaderContext::GetInterface(const nsIID & uuid, void * *re
|
|||
prompter, PROXY_SYNC, getter_AddRefs(proxyPrompt));
|
||||
if (!proxyPrompt) return NS_ERROR_FAILURE;
|
||||
*result = proxyPrompt;
|
||||
NS_ADDREF(proxyPrompt);
|
||||
NS_ADDREF((nsIPrompt*)*result);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
|
@ -89,7 +89,7 @@ NS_IMETHODIMP nsSDRContext::GetInterface(const nsIID & uuid, void * *result)
|
|||
prompter, PROXY_SYNC, getter_AddRefs(proxyPrompt));
|
||||
if (!proxyPrompt) return NS_ERROR_FAILURE;
|
||||
*result = proxyPrompt;
|
||||
NS_ADDREF(proxyPrompt);
|
||||
NS_ADDREF((nsIPrompt*)*result);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче