зеркало из https://github.com/mozilla/pjs.git
Fix crash on adding images to right-to-left mail messages. Bug 155096, r=mjudge, sr=kin
This commit is contained in:
Родитель
045bd51eb9
Коммит
2c43d94415
|
@ -2350,6 +2350,9 @@ nsSelection::GetPrevNextBidiLevels(nsIPresContext *aPresContext,
|
|||
if (NS_FAILED(result))
|
||||
return result;
|
||||
|
||||
if (thisLine < 0)
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
nsIFrame *firstFrame;
|
||||
nsIFrame *lastFrame;
|
||||
nsRect nonUsedRect;
|
||||
|
|
|
@ -2350,6 +2350,9 @@ nsSelection::GetPrevNextBidiLevels(nsIPresContext *aPresContext,
|
|||
if (NS_FAILED(result))
|
||||
return result;
|
||||
|
||||
if (thisLine < 0)
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
nsIFrame *firstFrame;
|
||||
nsIFrame *lastFrame;
|
||||
nsRect nonUsedRect;
|
||||
|
|
Загрузка…
Ссылка в новой задаче