Bug 608261. Set img.complete to false while the image has a pending request. r=sicking
This commit is contained in:
@@ -207,6 +207,10 @@ HTMLImageElement::Complete()
|
||||
return true;
|
||||
}
|
||||
|
||||
if (mPendingRequest) {
|
||||
return false;
|
||||
}
|
||||
|
||||
uint32_t status;
|
||||
mCurrentRequest->GetImageStatus(&status);
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user