зеркало из https://github.com/mozilla/gecko-dev.git
bug 74587; author=simon@softel.co.il; r=attinasi; sr=erik; fix for a
crasher in IBMBIDI-ifdeffed code for bidi documents
This commit is contained in:
Родитель
e062efa93a
Коммит
6bbe0d4deb
|
@ -842,6 +842,8 @@ nsLineIterator::FindFrameAt(PRInt32 aLineNumber,
|
|||
while (--n >= 0) {
|
||||
nsIFrame* nextFrame;
|
||||
#ifdef IBMBIDI
|
||||
if (!frame)
|
||||
break;
|
||||
if (isReordered) {
|
||||
nscoord maxX, limX;
|
||||
PRInt32 testLine;
|
||||
|
@ -895,6 +897,8 @@ nsLineIterator::FindFrameAt(PRInt32 aLineNumber,
|
|||
while (--n >= 0) {
|
||||
nsIFrame* nextFrame;
|
||||
#ifdef IBMBIDI
|
||||
if (!frame)
|
||||
break;
|
||||
if (isReordered) {
|
||||
nsRect tempRect;
|
||||
nsIFrame* tempFrame;
|
||||
|
|
|
@ -842,6 +842,8 @@ nsLineIterator::FindFrameAt(PRInt32 aLineNumber,
|
|||
while (--n >= 0) {
|
||||
nsIFrame* nextFrame;
|
||||
#ifdef IBMBIDI
|
||||
if (!frame)
|
||||
break;
|
||||
if (isReordered) {
|
||||
nscoord maxX, limX;
|
||||
PRInt32 testLine;
|
||||
|
@ -895,6 +897,8 @@ nsLineIterator::FindFrameAt(PRInt32 aLineNumber,
|
|||
while (--n >= 0) {
|
||||
nsIFrame* nextFrame;
|
||||
#ifdef IBMBIDI
|
||||
if (!frame)
|
||||
break;
|
||||
if (isReordered) {
|
||||
nsRect tempRect;
|
||||
nsIFrame* tempFrame;
|
||||
|
|
Загрузка…
Ссылка в новой задаче