Bug 1380521 - Remove pointless assertion. r=dholbert

It's just asserting the same as the test that contains it.

MozReview-Commit-ID: KS58GuvVZDA
This commit is contained in:
L. David Baron 2017-07-12 19:37:11 -07:00
Родитель 57368ff4e7
Коммит 8933fb7f27
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -469,9 +469,6 @@ nsListControlFrame::Reflow(nsPresContext* aPresContext,
// nsSelectsAreaFrame will have suppressed the scrollbar update.
if (!IsScrollbarUpdateSuppressed()) {
// All done. No need to do more reflow.
NS_ASSERTION(!IsScrollbarUpdateSuppressed(),
"Shouldn't be suppressing if the block size of a row has not "
"changed!");
return;
}