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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user