From d43ab625b4f10c57035fcc4937ce97087f77ce32 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Sat, 26 Feb 2000 02:56:29 +0000 Subject: [PATCH] Fixing unix bustage, should use PR_TRUE. --- dom/src/base/nsGlobalWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/src/base/nsGlobalWindow.cpp b/dom/src/base/nsGlobalWindow.cpp index 647ffba4eb57..289ca769d62f 100644 --- a/dom/src/base/nsGlobalWindow.cpp +++ b/dom/src/base/nsGlobalWindow.cpp @@ -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