зеркало из https://github.com/mozilla/gecko-dev.git
Bug 408904 Fix crash regression from bug 384874 r=Enn sr=bz a=beltzner
This commit is contained in:
Родитель
0680bcbe21
Коммит
622328f81e
|
@ -782,8 +782,10 @@ nsSprocketLayout::PopulateBoxSizes(nsIBox* aBox, nsBoxLayoutState& aState, nsBox
|
|||
|
||||
while(child)
|
||||
{
|
||||
while (currentBox && currentBox->bogus)
|
||||
while (currentBox && currentBox->bogus) {
|
||||
last = currentBox;
|
||||
currentBox = currentBox->next;
|
||||
}
|
||||
++childCount;
|
||||
nsSize pref(0,0);
|
||||
nsSize min(0,0);
|
||||
|
|
Загрузка…
Ссылка в новой задаче