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/forms/nsHTMLButtonControlFrame.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/forms/nsHTMLButtonControlFrame.cpp')
-rw-r--r-- | layout/forms/nsHTMLButtonControlFrame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/forms/nsHTMLButtonControlFrame.cpp b/layout/forms/nsHTMLButtonControlFrame.cpp index 10f24e1e0..495686cfc 100644 --- a/layout/forms/nsHTMLButtonControlFrame.cpp +++ b/layout/forms/nsHTMLButtonControlFrame.cpp @@ -116,7 +116,7 @@ nsHTMLButtonControlFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder, mRenderer.DisplayButton(aBuilder, aLists.BorderBackground(), &onTop); } - nsDisplayListCollection set; + nsDisplayListCollection set(aBuilder); // Do not allow the child subtree to receive events. if (!isForEventDelivery) { |