making urlinfo threadsafe for test harness a=granrose

git-svn-id: svn://10.0.0.236/trunk@73082 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
valeski%netscape.com 2000-06-23 18:49:07 +00:00
parent 04c4ea3f80
commit 308822e8ed

View File

@ -96,7 +96,7 @@ URLLoadInfo::~URLLoadInfo()
}
NS_IMPL_ISUPPORTS(URLLoadInfo,NS_GET_IID(nsISupports));
NS_IMPL_THREADSAFE_ISUPPORTS(URLLoadInfo,NS_GET_IID(nsISupports));
class TestHTTPEventSink : public nsIHTTPEventSink