зеркало из https://github.com/mozilla/pjs.git
Fixed the Unix native compiler breakage. Replaced the invalid 'true' with 'PR_TRUE'.
This commit is contained in:
Родитель
e85708bef6
Коммит
fa792c2eac
|
@ -461,7 +461,7 @@ NS_IMETHODIMP nsAppShellService::Quit()
|
||||||
if ( mQuiting )
|
if ( mQuiting )
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
nsresult rv;
|
nsresult rv;
|
||||||
mQuiting = true;
|
mQuiting = PR_TRUE;
|
||||||
// now step through all opened registered windows and close them.
|
// now step through all opened registered windows and close them.
|
||||||
NS_WITH_SERVICE(nsIWindowMediator, windowMediator, kWindowMediatorCID, &rv);
|
NS_WITH_SERVICE(nsIWindowMediator, windowMediator, kWindowMediatorCID, &rv);
|
||||||
if (NS_SUCCEEDED(rv)) {
|
if (NS_SUCCEEDED(rv)) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче