mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
Bug 187297 ASSERTION: QueryInterface needed: 'query_result.get() == mRawPtr
r=dougt sr=dveditz
This commit is contained in:
parent
541b76240c
commit
1f8e2ba3b9
@ -118,9 +118,9 @@ 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))
|
||||
mContext(aContext),
|
||||
mURI(aURI),
|
||||
mObserver(do_QueryInterface(aObs))
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user