зеркало из https://github.com/mozilla/gecko-dev.git
bug 828632 os x system proxy config mem leak/syslog r=josh
This commit is contained in:
Родитель
070320b183
Коммит
f6d2c92a82
|
@ -63,7 +63,7 @@ NS_IMPL_THREADSAFE_ISUPPORTS1(nsOSXSystemProxySettings, nsISystemProxySettings)
|
|||
NS_IMETHODIMP
|
||||
nsOSXSystemProxySettings::GetMainThreadOnly(bool *aMainThreadOnly)
|
||||
{
|
||||
*aMainThreadOnly = false;
|
||||
*aMainThreadOnly = true;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче