mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Fixing unix bustage, should use PR_TRUE.
This commit is contained in:
parent
967c239904
commit
d43ab625b4
@ -2967,7 +2967,7 @@ PRBool GlobalWindowImpl::RunTimeout(nsTimeoutImpl *aTimeout)
|
||||
PRUint32 firingDepth = mTimeoutFiringDepth+1;
|
||||
|
||||
if (nsnull == mContext) {
|
||||
return TRUE;
|
||||
return PR_TRUE;
|
||||
}
|
||||
|
||||
/* Make sure that the window or the script context don't go away as
|
||||
|
Loading…
Reference in New Issue
Block a user