зеркало из https://github.com/mozilla/pjs.git
b=391028, followup, r=stuart
This commit is contained in:
Родитель
1b616504d3
Коммит
1461d8807c
|
@ -2145,7 +2145,7 @@ nsCanvasRenderingContext2D::CairoSurfaceFromElement(nsIDOMElement *imgElt,
|
||||||
|
|
||||||
PRUint32 status;
|
PRUint32 status;
|
||||||
imgRequest->GetImageStatus(&status);
|
imgRequest->GetImageStatus(&status);
|
||||||
if (status != imgIRequest::STATUS_LOAD_COMPLETE)
|
if ((status & imgIRequest::STATUS_LOAD_COMPLETE) == 0)
|
||||||
return NS_ERROR_NOT_AVAILABLE;
|
return NS_ERROR_NOT_AVAILABLE;
|
||||||
|
|
||||||
nsCOMPtr<nsIURI> uri;
|
nsCOMPtr<nsIURI> uri;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче