Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
git-svn-id: svn://10.0.0.236/trunk@136028 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -99,7 +99,6 @@ nsExceptionManager::nsExceptionManager(nsExceptionService *svc) :
|
||||
mService(svc)
|
||||
{
|
||||
/* member initializers and constructor code */
|
||||
NS_INIT_ISUPPORTS();
|
||||
#ifdef NS_DEBUG
|
||||
PR_AtomicIncrement(&totalInstances);
|
||||
#endif
|
||||
@@ -158,7 +157,6 @@ nsExceptionService::nsExceptionService()
|
||||
NS_ERROR("The nsExceptionService is a singleton!");
|
||||
}
|
||||
#endif
|
||||
NS_INIT_ISUPPORTS();
|
||||
/* member initializers and constructor code */
|
||||
if (tlsIndex == BAD_TLS_INDEX) {
|
||||
PRStatus status;
|
||||
|
||||
Reference in New Issue
Block a user