From 7c817de52d587fbc083478d6ac4c388b5e7d5d4c Mon Sep 17 00:00:00 2001 From: "valeski%netscape.com" Date: Fri, 23 Jun 2000 18:49:07 +0000 Subject: [PATCH] making urlinfo threadsafe for test harness a=granrose --- netwerk/test/TestProtocols.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netwerk/test/TestProtocols.cpp b/netwerk/test/TestProtocols.cpp index 7a2285026b8..dd2d02b842a 100644 --- a/netwerk/test/TestProtocols.cpp +++ b/netwerk/test/TestProtocols.cpp @@ -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