зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1571930 - Convert a MOZ_ASSERT in nsColumnSetFrame::ReflowChildren() to be non-fatal. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D40910 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
40d28c338b
Коммит
9615a105df
|
@ -923,10 +923,10 @@ nsColumnSetFrame::ColumnBalanceData nsColumnSetFrame::ReflowChildren(
|
|||
|
||||
if (computedSize.BSize(wm) != NS_UNCONSTRAINEDSIZE &&
|
||||
!GetProperty(nsIFrame::HasColumnSpanSiblings())) {
|
||||
MOZ_ASSERT(aReflowInput.AvailableBSize() != NS_UNCONSTRAINEDSIZE,
|
||||
"Available block-size should be constrained because it's "
|
||||
"restricted by the computed block-size when our reflow input "
|
||||
"is created in nsBlockFrame::ReflowBlockFrame()!");
|
||||
NS_ASSERTION(aReflowInput.AvailableBSize() != NS_UNCONSTRAINEDSIZE,
|
||||
"Available block-size should be constrained because it's "
|
||||
"restricted by the computed block-size when our reflow "
|
||||
"input is created in nsBlockFrame::ReflowBlockFrame()!");
|
||||
|
||||
// If a) our parent ColumnSetWrapper has constrained block-size
|
||||
// (nsBlockFrame::ReflowBlockFrame() applies the block-size constraint
|
||||
|
|
Загрузка…
Ссылка в новой задаче