fix for bug 78852 "nsDiskCacheEntry needs to be made threadsafe", sr=darin.

This commit is contained in:
gordon%netscape.com 2001-05-08 00:05:49 +00:00
parent 0ecf1d5628
commit 4c49dc8df0

View File

@ -25,7 +25,7 @@
#include "nsDiskCacheEntry.h"
NS_IMPL_ISUPPORTS0(nsDiskCacheEntry);
NS_IMPL_THREADSAFE_ISUPPORTS0(nsDiskCacheEntry);
PLDHashNumber
nsDiskCacheEntry::Hash(const char* key)