backed out my/waterson's potential fix for bug 43914

this fixes bug 56102
a=waterson


git-svn-id: svn://10.0.0.236/trunk@81037 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
buster%netscape.com
2000-10-12 20:30:43 +00:00
parent 8cb2416476
commit 09d59fd2f9
6 changed files with 12 additions and 12 deletions

View File

@@ -4454,14 +4454,14 @@ nsBlockFrame::ReflowInlineFrame(nsBlockReflowState& aState,
if (NS_FAILED(rv)) {
return rv;
}
#if 0
// Mark next line dirty in case SplitLine didn't end up
// pushing any frames.
nsLineBox* next = aLine->mNext;
if ((nsnull != next) && !next->IsBlock()) {
next->MarkDirty();
}
#endif
}
}
else if (NS_FRAME_IS_NOT_COMPLETE(frameReflowStatus)) {