RESOLVED FIXED299672
Replace the struct template used in BreakLines::nextBreakablePosition with a simpler struct
https://bugs.webkit.org/show_bug.cgi?id=299672
Summary Replace the struct template used in BreakLines::nextBreakablePosition with a ...
Darin Adler
Reported 2025-09-27 13:46:00 PDT
The BreakLines::nextBreakablePosition function needs to group a character with a breaking class for that character. It does this with a struct template, but instead we can use a simpler local struct without member functions.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-09-27 13:46:13 PDT
Darin Adler
Comment 2 2025-09-27 13:47:51 PDT
EWS
Comment 3 2025-09-27 20:04:50 PDT
Committed 300657@main (63cf646f23f9): <https://commits.webkit.org/300657@main> Reviewed commits have been landed. Closing PR #51447 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.