Fix crash (bug 189514) by refixing bug 187297 correctly: make nsXPInstallManager's QueryInterface method succeed for nsPICertNotification. b=189514 r=timeless sr=dveditz

git-svn-id: svn://10.0.0.236/trunk@136641 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2003-01-19 20:01:23 +00:00
parent 9bec0d71a9
commit d5a9c890d5
2 changed files with 4 additions and 4 deletions

View File

@@ -118,14 +118,14 @@ nsXPInstallManager::~nsXPInstallManager()
}
NS_IMPL_THREADSAFE_ISUPPORTS6( nsXPInstallManager,
NS_IMPL_THREADSAFE_ISUPPORTS7( nsXPInstallManager,
nsIXPIListener,
nsIXPIDialogService,
nsIObserver,
nsIStreamListener,
nsIProgressEventSink,
nsIInterfaceRequestor);
nsIInterfaceRequestor,
nsPICertNotification)
NS_IMETHODIMP