mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 944909 part 2: add comment noting that assertion can be upgraded later. (comment-only)
This commit is contained in:
parent
f51c2930dd
commit
bf011f4870
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user