diff options
author | win7-7 <win7-7@users.noreply.github.com> | 2020-05-08 00:46:35 +0300 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 13:49:01 +0000 |
commit | 3c1e71f0b105835cba634088682c922d6640d1c5 (patch) | |
tree | 4bd0b40bed7f216a79c3f895842af2e598534acc /layout/xul/nsSliderFrame.cpp | |
parent | 71137783ac6927bd0dc02fce1d6e61e6ec027753 (diff) | |
download | UXP-3c1e71f0b105835cba634088682c922d6640d1c5.tar UXP-3c1e71f0b105835cba634088682c922d6640d1c5.tar.gz UXP-3c1e71f0b105835cba634088682c922d6640d1c5.tar.lz UXP-3c1e71f0b105835cba634088682c922d6640d1c5.tar.xz UXP-3c1e71f0b105835cba634088682c922d6640d1c5.zip |
Issue #1355 - Preemptively fix build bustage for 1409114
Diffstat (limited to 'layout/xul/nsSliderFrame.cpp')
-rw-r--r-- | layout/xul/nsSliderFrame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/xul/nsSliderFrame.cpp b/layout/xul/nsSliderFrame.cpp index a2098144c..a9e513e2f 100644 --- a/layout/xul/nsSliderFrame.cpp +++ b/layout/xul/nsSliderFrame.cpp @@ -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 |