зеркало из https://github.com/mozilla/pjs.git
119504 backing out the fix for bug 119504 could break other cases.
This commit is contained in:
Родитель
fa33630b12
Коммит
785f885e49
|
@ -1118,7 +1118,7 @@ nsXULOutlinerBuilder::ReplaceMatch(nsIRDFResource* aMember,
|
|||
if (cmp < 0)
|
||||
left = ++index;
|
||||
else if (cmp > 0)
|
||||
right = --index;
|
||||
right = index - 1;
|
||||
else
|
||||
break;
|
||||
}
|
||||
|
|
|
@ -1118,7 +1118,7 @@ nsXULOutlinerBuilder::ReplaceMatch(nsIRDFResource* aMember,
|
|||
if (cmp < 0)
|
||||
left = ++index;
|
||||
else if (cmp > 0)
|
||||
right = --index;
|
||||
right = index - 1;
|
||||
else
|
||||
break;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче