зеркало из https://github.com/mozilla/pjs.git
Fix crash (bug 189514) by refixing bug 187297 correctly: make nsXPInstallManager's QueryInterface method succeed for nsPICertNotification. b=189514 r=timeless sr=dveditz
This commit is contained in:
Родитель
519db96143
Коммит
974362493f
|
@ -120,7 +120,7 @@ static int my_inflate(unsigned char* compr, PRUint32 comprLen, unsigned char* un
|
|||
CertReader::CertReader(nsIURI* aURI, nsISupports* aContext, nsPICertNotification* aObs):
|
||||
mContext(aContext),
|
||||
mURI(aURI),
|
||||
mObserver(do_QueryInterface(aObs))
|
||||
mObserver(aObs)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче