diff options
author | win7-7 <win7-7@users.noreply.github.com> | 2020-05-08 00:46:35 +0300 |
---|---|---|
committer | win7-7 <win7-7@users.noreply.github.com> | 2020-05-08 15:22:22 +0300 |
commit | 130df5da4ff47d546f8e2eecd7c388b78a587930 (patch) | |
tree | 0c78dd35bcd56cade438e1a65f33f06a19fbf342 /layout/forms/nsHTMLButtonControlFrame.cpp | |
parent | f102e7f80d5d7c972e7619c3f9efe7460918c6d4 (diff) | |
download | UXP-130df5da4ff47d546f8e2eecd7c388b78a587930.tar UXP-130df5da4ff47d546f8e2eecd7c388b78a587930.tar.gz UXP-130df5da4ff47d546f8e2eecd7c388b78a587930.tar.lz UXP-130df5da4ff47d546f8e2eecd7c388b78a587930.tar.xz UXP-130df5da4ff47d546f8e2eecd7c388b78a587930.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) { |