nsOverflowContinuationTracker shouldn't assume frame won't get reflowed again before its continuation gets reflowed, b=398322, b=393956, r=dholbert sr=roc

This commit is contained in:
fantasai.cvs%inkedblade.net 2007-10-09 19:46:21 +00:00
Родитель 48627c27c2
Коммит a4b81e07f8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1282,7 +1282,7 @@ nsOverflowContinuationTracker::nsOverflowContinuationTracker(nsPresContext* a
SetUpListWalker();
}
}
else {
if (!mOverflowContList) {
mOverflowContList =
mParent->GetPropTableFrames(aPresContext,
nsGkAtoms::excessOverflowContainersProperty);