1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 23:18:26 +00:00

Issue #1355 - Preemptively fix build bustage for 1409114

This commit is contained in:
win7-7
2020-05-08 00:46:35 +03:00
committed by Roy Tam
parent 85b85bac28
commit e15b1ba0ec
15 changed files with 23 additions and 22 deletions
+1 -1
View File
@@ -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) {