Issue #1355 - Preemptively fix build bustage for 1409114

This commit is contained in:
win7-7
2020-05-08 00:46:35 +03:00
committed by Moonchild
parent 71137783ac
commit 3c1e71f0b1
15 changed files with 23 additions and 22 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ nsTableWrapperFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder,
return;
}
nsDisplayListCollection set;
nsDisplayListCollection set(aBuilder);
BuildDisplayListForInnerTable(aBuilder, set);
nsDisplayListSet captionSet(set, set.BlockBorderBackgrounds());