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 12:46:21 -07:00
parent e9332e49c6
commit 69f752aa00

View File

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