shrink it!
<rdar://problem/60026658>
Created attachment 392408 [details] Patch
Comment on attachment 392408 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=392408&action=review > Source/WebCore/layout/inlineformatting/InlineLineBuilder.cpp:-836 > - m_textContent->expand(-1); wut > Source/WebCore/layout/inlineformatting/InlineLineBuilder.cpp:837 > + constexpr size_t trailingTrimmableContentLength = 1; > + m_textContent->shrink(trailingTrimmableContentLength); I have concerns.
(In reply to Antti Koivisto from comment #3) > Comment on attachment 392408 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=392408&action=review > > > Source/WebCore/layout/inlineformatting/InlineLineBuilder.cpp:-836 > > - m_textContent->expand(-1); > > wut > > > Source/WebCore/layout/inlineformatting/InlineLineBuilder.cpp:837 > > + constexpr size_t trailingTrimmableContentLength = 1; > > + m_textContent->shrink(trailingTrimmableContentLength); > > I have concerns. Me too!
Comment on attachment 392408 [details] Patch Clearing flags on attachment: 392408 Committed r257841: <https://trac.webkit.org/changeset/257841>
All reviewed patches have been landed. Closing bug.