[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 11:15:55 PDT 2021


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

--- Comment #15 from Gabriel Nava Marino <gnavamarino at apple.com> ---
(In reply to zalan from comment #13)
> Comment on attachment 442720 [details]
> 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 { };

Thank you for the suggestion. Let's use { };.

-- 
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/ae4b8e10/attachment.htm>


More information about the webkit-unassigned mailing list