mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18: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
|
|
@ -358,7 +358,7 @@ nsSliderFrame::BuildDisplayListForChildren(nsDisplayListBuilder* aBuilder,
|
|||
nsLayoutUtils::SetScrollbarThumbLayerization(thumb, thumbGetsLayer);
|
||||
|
||||
if (thumbGetsLayer) {
|
||||
nsDisplayListCollection tempLists;
|
||||
nsDisplayListCollection tempLists(aBuilder);
|
||||
nsBoxFrame::BuildDisplayListForChildren(aBuilder, tempLists);
|
||||
|
||||
// This is a bit of a hack. Collect up all descendant display items
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue