Bug 391894, comment amendment for just-checked-in patch. (s/normal-child/regular-children/)

This commit is contained in:
dholbert@cs.stanford.edu 2007-09-24 13:25:38 -07:00
parent 8550b70aae
commit 3dc3e796ba

View File

@ -6541,7 +6541,7 @@ void nsBlockFrame::CollectFloats(nsIFrame* aFrame, nsFrameList& aList, nsIFrame*
aList, aTail, aFromOverflow, PR_TRUE);
// Note: Even though we're calling CollectFloats on aFrame's overflow
// list, we'll pass down aFromOverflow unchanged because we're still
// traversing the normal-child subtree of the 'this' frame.
// traversing the regular-children subtree of the 'this' frame.
CollectFloats(aFrame->GetFirstChild(nsGkAtoms::overflowList),
aList, aTail, aFromOverflow, PR_TRUE);
}