mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
Bug 884564 followup: fix end-of-line whitespace in nsBlockFrame::CreateContinuationFor. (whitespace-only, DONTBUILD)
This commit is contained in:
parent
a759f121af
commit
3a4c2c80c6
@ -3831,7 +3831,7 @@ nsBlockFrame::CreateContinuationFor(nsBlockReflowState& aState,
|
||||
|
||||
mFrames.InsertFrame(nullptr, aFrame, newFrame);
|
||||
|
||||
if (aLine) {
|
||||
if (aLine) {
|
||||
aLine->NoteFrameAdded(newFrame);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user