Bug 299672
| Summary: | Replace the struct template used in BreakLines::nextBreakablePosition with a simpler struct | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Darin Adler <darin> |
| Component: | Layout and Rendering | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/161487336>
Darin Adler
Pull request: https://github.com/WebKit/WebKit/pull/51447
EWS
Committed 300657@main (63cf646f23f9): <https://commits.webkit.org/300657@main>
Reviewed commits have been landed. Closing PR #51447 and removing active labels.