Bug 394114 Interfaces missing from various QI implementations.

r=jag sr=jag a=dsicore


git-svn-id: svn://10.0.0.236/trunk@248200 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2008-03-19 21:19:42 +00:00
parent a67165a41b
commit 51b0371ed0
43 changed files with 171 additions and 57 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 */