Fix multithreadness assert in the file channel, r=warren

This commit is contained in:
ruslan%netscape.com 2000-03-14 03:18:26 +00:00
parent 55fed6be6b
commit 2f6f7277b0

View File

@ -92,7 +92,7 @@ nsFileChannel::~nsFileChannel()
if (mCommand) nsCRT::free(mCommand);
}
NS_IMPL_ISUPPORTS5(nsFileChannel,
NS_IMPL_THREADSAFE_ISUPPORTS5(nsFileChannel,
nsIFileChannel,
nsIChannel,
nsIRequest,