Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore

This commit is contained in:
2008-03-19 14:19:35 -07:00
parent beaaec1a0f
commit 56b16d9b10
33 changed files with 132 additions and 49 deletions

View File

@@ -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 */