Backed out changeset 07def0eabf91 (bug 1308876)

This commit is contained in:
Sebastian Hengst 2017-06-28 02:58:12 +02:00
Родитель 3023bf1d4e
Коммит 856f7d0a63
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -500,7 +500,7 @@ load 784600.html
load 785555.html
load 786740-1.html
load 790260-1.html
test-pref(font.size.inflation.emPerLine,15) load 791601.xhtml
asserts(1) test-pref(font.size.inflation.emPerLine,15) load 791601.xhtml # Bug 871327
test-pref(font.size.inflation.minTwips,120) load 794693.html
asserts-if(!Android,4) load 798020-1.html
load 798235-1.html

Просмотреть файл

@ -1996,6 +1996,9 @@ nsBlockFrame::PrepareResizeReflow(BlockReflowInput& aState)
nscoord newAvailISize =
aState.mReflowInput.ComputedLogicalBorderPadding().IStart(wm) +
aState.mReflowInput.ComputedISize();
NS_ASSERTION(NS_UNCONSTRAINEDSIZE != aState.mReflowInput.ComputedLogicalBorderPadding().IStart(wm) &&
NS_UNCONSTRAINEDSIZE != aState.mReflowInput.ComputedISize(),
"math on NS_UNCONSTRAINEDSIZE");
#ifdef DEBUG
if (gNoisyReflow) {