Fixing bustage

This commit is contained in:
roc+%cs.cmu.edu 2006-05-01 01:41:41 +00:00
parent dd16b28d00
commit 4571423968

View File

@ -1440,7 +1440,7 @@ nsTableFrame::DisplayGenericTablePart(nsDisplayListBuilder* aBuilder,
// Ensure that the table frame event background goes before the
// table rowgroups event backgrounds, before the table row event backgrounds,
// before everything else (cells and their blocks)
separatedCollection.BorderBackground()->Sort(CompareByTablePartRank, nsnull);
separatedCollection.BorderBackground()->Sort(aBuilder, CompareByTablePartRank, nsnull);
separatedCollection.MoveTo(aLists);
}