Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore
This commit is contained in:
@@ -149,7 +149,10 @@ nsExceptionManager *nsExceptionService::firstThread = nsnull;
|
||||
PRInt32 nsExceptionService::totalInstances = 0;
|
||||
#endif
|
||||
|
||||
NS_IMPL_THREADSAFE_ISUPPORTS2(nsExceptionService, nsIExceptionService, nsIObserver)
|
||||
NS_IMPL_THREADSAFE_ISUPPORTS3(nsExceptionService,
|
||||
nsIExceptionService,
|
||||
nsIExceptionManager,
|
||||
nsIObserver)
|
||||
|
||||
nsExceptionService::nsExceptionService()
|
||||
: mProviders(4, PR_TRUE) /* small, thread-safe hashtable */
|
||||
|
||||
Reference in New Issue
Block a user