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:
@@ -353,7 +353,7 @@ nsSecurityNameSet::AddNameSet(nsIScriptContext* aScriptContext)
|
||||
// Methods implementing ISupports //
|
||||
////////////////////////////////////
|
||||
|
||||
NS_IMPL_ISUPPORTS2(nsScriptSecurityManager,
|
||||
NS_IMPL_THREADSAFE_ISUPPORTS2(nsScriptSecurityManager,
|
||||
nsIScriptSecurityManager,
|
||||
nsIXPCSecurityManager)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user