Bug 884564 followup: fix end-of-line whitespace in nsBlockFrame::CreateContinuationFor. (whitespace-only, DONTBUILD)

This commit is contained in:
Daniel Holbert 2013-06-18 23:23:45 -07:00
parent a759f121af
commit 3a4c2c80c6

View File

@ -3831,7 +3831,7 @@ nsBlockFrame::CreateContinuationFor(nsBlockReflowState& aState,
mFrames.InsertFrame(nullptr, aFrame, newFrame);
if (aLine) {
if (aLine) {
aLine->NoteFrameAdded(newFrame);
}
}