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/generic/nsSubDocumentFrame.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/generic/nsSubDocumentFrame.cpp')
-rw-r--r-- | layout/generic/nsSubDocumentFrame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/generic/nsSubDocumentFrame.cpp b/layout/generic/nsSubDocumentFrame.cpp index 215cd5376..fd9a7d32c 100644 --- a/layout/generic/nsSubDocumentFrame.cpp +++ b/layout/generic/nsSubDocumentFrame.cpp @@ -342,7 +342,7 @@ nsSubDocumentFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder, bool pointerEventsNone = StyleUserInterface()->mPointerEvents == NS_STYLE_POINTER_EVENTS_NONE; if (!aBuilder->IsForEventDelivery() || !pointerEventsNone) { - nsDisplayListCollection decorations; + nsDisplayListCollection decorations(aBuilder); DisplayBorderBackgroundOutline(aBuilder, decorations); if (rfp) { // Wrap background colors of <iframe>s with remote subdocuments in their |