Bug 156633 replace PR_CurrentThread with PR_GetCurrentThread

patch by riceman+bmo@mail.rit.edu r=morse,dougt,dveditz,timeless sr=dveditz


git-svn-id: svn://10.0.0.236/trunk@133907 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2002-11-15 15:24:56 +00:00
parent ba2e5a2424
commit a66cb608c5

View File

@@ -634,7 +634,7 @@ nsFileChannel::OnDataWritable(nsIRequest *aRequest, nsISupports *aContext,
PRUint32 aLength)
{
#ifdef DEBUG
NS_ASSERTION(mInitiator == PR_CurrentThread(),
NS_ASSERTION(mInitiator == PR_GetCurrentThread(),
"wrong thread calling this routine");
#endif