[webkit-changes] [WebKit/WebKit] 09ca90: TextUtil::lastBaseCharacterFromText is not process...

Vitor Roriz noreply at github.com
Fri Dec 20 23:35:42 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 09ca90016cce4bbe25b9162a2030f621b640bfef
      https://github.com/WebKit/WebKit/commit/09ca90016cce4bbe25b9162a2030f621b640bfef
  Author: Vitor Roriz <vitor.roriz at apple.com>
  Date:   2024-12-20 (Fri, 20 Dec 2024)

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

  Log Message:
  -----------
  TextUtil::lastBaseCharacterFromText is not processing first string character after 288203 at main
https://bugs.webkit.org/show_bug.cgi?id=285063
rdar://problem/141861289

Reviewed by Alex Christensen.

After 288203 at main TextUtil::lastBaseCharacterFromText won't process the character of
index = 0. This should fix it.

* Source/WebCore/layout/formattingContexts/inline/text/TextUtil.cpp:
(WebCore::Layout::TextUtil::lastBaseCharacterFromText):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list