зеркало из https://github.com/mozilla/gecko-dev.git
Fix crash when image not loaded yet
This commit is contained in:
Родитель
44c72dc670
Коммит
1016a1fe0e
|
@ -190,7 +190,7 @@ nsresult nsImageButton::SetBounds(const nsRect &aBounds)
|
|||
//------------------------------------------------------------
|
||||
nsIImageRequest * nsImageButton::GetImageForPainting()
|
||||
{
|
||||
nsIImageRequest * img;
|
||||
nsIImageRequest * img = nsnull;
|
||||
|
||||
if ((mState & eButtonState_pressed) && (mPressedImageRequest != nsnull))
|
||||
img = mPressedImageRequest;
|
||||
|
|
Загрузка…
Ссылка в новой задаче