зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
57368ff4e7
Коммит
8933fb7f27
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче