Bug 944909 part 2: add comment noting that assertion can be upgraded later. (comment-only)

This commit is contained in:
Daniel Holbert 2013-12-31 08:47:47 -08:00
parent f51c2930dd
commit bf011f4870

View File

@ -1401,6 +1401,8 @@ FreezeOrRestoreEachFlexibleSize(
item.Freeze();
} else if (MOZ_UNLIKELY(aFinalIteration)) {
// XXXdholbert If & when bug 765861 is fixed, we should upgrade this
// assertion to be fatal except in documents with enormous lengths.
NS_ERROR("Final iteration still has unfrozen items, this shouldn't"
" happen unless there was nscoord under/overflow.");
item.Freeze();