[webkit-changes] [WebKit/WebKit] bd2c2d: Cleanup Line::resetBidiLevelForTrailingWhitespace

Alan Baradlay noreply at github.com
Thu Oct 13 07:17:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bd2c2d565885454c0436f88212161488ee22f75f
      https://github.com/WebKit/WebKit/commit/bd2c2d565885454c0436f88212161488ee22f75f
  Author: Alan Bujtas <zalan at apple.com>
  Date:   2022-10-13 (Thu, 13 Oct 2022)

  Changed paths:
    M Source/WebCore/layout/formattingContexts/inline/InlineLine.cpp

  Log Message:
  -----------
  Cleanup Line::resetBidiLevelForTrailingWhitespace
https://bugs.webkit.org/show_bug.cgi?id=246458
<rdar://100601196>

Reviewed by Antti Koivisto.

resetBidiLevelForTrailingWhitespace's loop should always exit after handling non-whitespace only runs.

* Source/WebCore/layout/formattingContexts/inline/InlineLine.cpp:
(WebCore::Layout::Line::resetBidiLevelForTrailingWhitespace):

Canonical link: https://commits.webkit.org/255480@main




More information about the webkit-changes mailing list