the previous var wasn't being set so it went down the wrong code path when adjusting

the child list for creating the fieldset.
b=27151 r=kmcclusk
This commit is contained in:
rods%netscape.com 2000-03-21 21:40:23 +00:00
Родитель 3b127beb67
Коммит 865fc222e1
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -3714,6 +3714,7 @@ nsCSSFrameConstructor::ConstructFieldSetFrame(nsIPresShell* aPresShell,
break;
}
}
previous = child;
child->GetNextSibling(&child);
}

Просмотреть файл

@ -3714,6 +3714,7 @@ nsCSSFrameConstructor::ConstructFieldSetFrame(nsIPresShell* aPresShell,
break;
}
}
previous = child;
child->GetNextSibling(&child);
}