diff --git a/mozilla/xpcom/base/nsExceptionService.cpp b/mozilla/xpcom/base/nsExceptionService.cpp index 19e39bcc2c9..41a82e89ed6 100644 --- a/mozilla/xpcom/base/nsExceptionService.cpp +++ b/mozilla/xpcom/base/nsExceptionService.cpp @@ -142,7 +142,7 @@ NS_IMETHODIMP nsExceptionManager::GetExceptionFromProvider(nsresult rc, nsIExcep /* The Exception Service */ PRUintn nsExceptionService::tlsIndex = BAD_TLS_INDEX; -PRLock *nsExceptionService::lock = PR_FALSE; +PRLock *nsExceptionService::lock = nsnull; nsExceptionManager *nsExceptionService::firstThread = nsnull; #ifdef NS_DEBUG