Fixing unix bustage, should use PR_TRUE.

This commit is contained in:
mcafee%netscape.com 2000-02-26 02:56:29 +00:00
parent 967c239904
commit d43ab625b4

View File

@ -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