mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00
Fixed the Unix native compiler breakage. Replaced the invalid 'true' with 'PR_TRUE'.
This commit is contained in:
parent
446f3bd345
commit
93cec57e4a
@ -461,7 +461,7 @@ NS_IMETHODIMP nsAppShellService::Quit()
|
||||
if ( mQuiting )
|
||||
return NS_OK;
|
||||
nsresult rv;
|
||||
mQuiting = true;
|
||||
mQuiting = PR_TRUE;
|
||||
// now step through all opened registered windows and close them.
|
||||
NS_WITH_SERVICE(nsIWindowMediator, windowMediator, kWindowMediatorCID, &rv);
|
||||
if (NS_SUCCEEDED(rv)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user