[Webkit-unassigned] [Bug 232053] Negative length returned by TextUtil::midWordBreak with surrogate pair

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 28 10:57:48 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=232053

zalan <zalan at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #442720|review?                     |review+
              Flags|                            |

--- Comment #13 from zalan <zalan at apple.com> ---
Comment on attachment 442720
  --> https://bugs.webkit.org/attachment.cgi?id=442720
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=442720&action=review

> Source/WebCore/layout/formattingContexts/inline/text/TextUtil.cpp:178
> +                return { 0, 0 };

nitpick: it's really not important but you could write it as return { };

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211028/ad31f1a0/attachment.htm>


More information about the webkit-unassigned mailing list