mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 536495. Arguments to nsLoadGroup::RemoveRequest in imgRequestProxy::RemoveFromLoadGroup are flipped. r=joe
This commit is contained in:
parent
e78f8b3ab1
commit
20fe1fb108
@ -191,7 +191,7 @@ void imgRequestProxy::RemoveFromLoadGroup(PRBool releaseLoadGroup)
|
||||
*/
|
||||
nsCOMPtr<imgIRequest> kungFuDeathGrip(this);
|
||||
|
||||
mLoadGroup->RemoveRequest(this, NS_OK, nsnull);
|
||||
mLoadGroup->RemoveRequest(this, nsnull, NS_OK);
|
||||
mIsInLoadGroup = PR_FALSE;
|
||||
|
||||
if (releaseLoadGroup) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user