зеркало из https://github.com/mozilla/gecko-dev.git
Bug 365742, crash with drawing empty images in trees, r+sr=neil
This commit is contained in:
Родитель
1f71b8bf2b
Коммит
902b92ceb1
|
@ -3156,6 +3156,8 @@ nsTreeBodyFrame::PaintImage(PRInt32 aRowIndex,
|
|||
|
||||
// Get the image destination size.
|
||||
nsSize imageDestSize = GetImageDestSize(imageContext, useImageRegion, image);
|
||||
if (!imageDestSize.width || !imageDestSize.height)
|
||||
return;
|
||||
|
||||
// Get the borders and padding.
|
||||
nsMargin bp(0,0,0,0);
|
||||
|
|
Загрузка…
Ссылка в новой задаче