Bug 262587
| Summary: | WidthCache::SingleCharMap doesn't need to use 32 bits to store the key character | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Layout and Rendering | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | bfulgham, commit-queue, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 262601 | ||
| Bug Blocks: | |||
Chris Dumez
WidthCache::SingleCharMap doesn't need to use 32 bits to store the key character. It is a UChar, which is guaranteed to be 16 bit.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/18597
EWS
Committed 268822@main (ee2c3461bc42): <https://commits.webkit.org/268822@main>
Reviewed commits have been landed. Closing PR #18597 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/116441712>
WebKit Commit Bot
Re-opened since this is blocked by bug 262601
Chris Dumez
Likely not safe.