Replace implementation of nsISupports with thread-safe version. This allows

SSL/HTTPS operations to complete on debug builds with thread-safety checking.
r=bryner


git-svn-id: svn://10.0.0.236/trunk@67971 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
thayes%netscape.com
2000-05-03 00:04:48 +00:00
parent 140f04ff74
commit f483c05bd1
3 changed files with 5 additions and 5 deletions

View File

@@ -353,7 +353,7 @@ nsSecurityNameSet::AddNameSet(nsIScriptContext* aScriptContext)
// Methods implementing ISupports //
////////////////////////////////////
NS_IMPL_ISUPPORTS2(nsScriptSecurityManager,
NS_IMPL_THREADSAFE_ISUPPORTS2(nsScriptSecurityManager,
nsIScriptSecurityManager,
nsIXPCSecurityManager)