Bug 299672

Summary: Replace the struct template used in BreakLines::nextBreakablePosition with a simpler struct
Product: WebKit Reporter: Darin Adler <darin>
Component: Layout and RenderingAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 296539    

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.