Set incomplete status when we have continuations that we shouldn't destroy. Fixes assertion on layout/generic/crashtests/469859-1.xhtml . (Bug 563584, patch 30) r=roc

This commit is contained in:
L. David Baron 2010-08-05 21:59:20 -07:00
Родитель 8b2e645003
Коммит 0e4d5cd3d9
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -2245,6 +2245,7 @@ nsBlockFrame::ReflowDirtyLines(nsBlockReflowState& aState)
if (aState.mReflowState.WillReflowAgainForClearance()) {
line->MarkDirty();
keepGoing = PR_FALSE;
NS_FRAME_SET_INCOMPLETE(aState.mReflowStatus);
break;
}