mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
Bug 391894, comment amendment for just-checked-in patch. (s/normal-child/regular-children/)
This commit is contained in:
parent
8f5f6ea2b8
commit
e82f3fedb7
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user