[webkit-reviews] review granted: [Bug 219784] [LFC][IFC] tabCharacter is also a word separator : [Attachment 415998] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 11 08:18:20 PST 2020


Antti Koivisto <koivisto at iki.fi> has granted zalan <zalan at apple.com>'s request
for review:
Bug 219784: [LFC][IFC] tabCharacter is also a word separator
https://bugs.webkit.org/show_bug.cgi?id=219784

Attachment 415998: Patch

https://bugs.webkit.org/attachment.cgi?id=415998&action=review




--- Comment #2 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 415998
  --> https://bugs.webkit.org/attachment.cgi?id=415998
Patch

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

> Source/WebCore/layout/inlineformatting/InlineTextItem.cpp:109
>		       isWordSeparator = text[startPosition] == space
> +			   || text[startPosition] == tabCharacter
>			   || text[startPosition] == noBreakSpace
>			   || text[startPosition] == ethiopicWordspace
>			   || text[startPosition] == aegeanWordSeparatorLine

lambda?


More information about the webkit-reviews mailing list