Skip to content

Commit

Permalink
Backed out changeset 07c6057bdf29 (bug 1878865) for causing lint fail…
Browse files Browse the repository at this point in the history
…ure at text-wrap-balance-overflow-002-ref.html CLOSED TREE
  • Loading branch information
chorotan committed Feb 6, 2024
1 parent 3eba4d1 commit b1f7fd1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion layout/generic/nsTextFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9842,7 +9842,7 @@ void nsTextFrame::ReflowText(nsLineLayout& aLineLayout, nscoord aAvailableWidth,
aLineLayout.SetFirstLetterStyleOK(false);
aStatus.SetFirstLetterComplete();
}
if (brokeText && breakPriority == gfxBreakPriority::eWordWrapBreak) {
if (breakPriority == gfxBreakPriority::eWordWrapBreak) {
aLineLayout.SetUsedOverflowWrap();
}

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit b1f7fd1

Please sign in to comment.