mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-26 01:08:39 +09:00
Issue #1355 - Preemptively fix build bustage for 1409114
This commit is contained in:
parent
85b85bac28
commit
e15b1ba0ec
15 changed files with 23 additions and 22 deletions
|
|
@ -117,7 +117,7 @@ nsTreeColFrame::BuildDisplayListForChildren(nsDisplayListBuilder* aBuilder,
|
|||
return;
|
||||
}
|
||||
|
||||
nsDisplayListCollection set;
|
||||
nsDisplayListCollection set(aBuilder);
|
||||
nsBoxFrame::BuildDisplayListForChildren(aBuilder, set);
|
||||
|
||||
WrapListsInRedirector(aBuilder, set, aLists);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue