From a66cb608c5920833eac107512b8567b213bc6d5a Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Fri, 15 Nov 2002 15:24:56 +0000 Subject: [PATCH] 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 --- mozilla/netwerk/protocol/file/src/nsFileChannel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/netwerk/protocol/file/src/nsFileChannel.cpp b/mozilla/netwerk/protocol/file/src/nsFileChannel.cpp index 16d9b7c0a64..49ebce82f96 100644 --- a/mozilla/netwerk/protocol/file/src/nsFileChannel.cpp +++ b/mozilla/netwerk/protocol/file/src/nsFileChannel.cpp @@ -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