Bug 268918
| Summary: | Update RenderText::text() to return a String instead of a StringImpl | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Layout and Rendering | Assignee: | Chris Dumez <cdumez> |
| 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 | ||
Chris Dumez
Update RenderText::text() to return a String instead of a StringImpl. It is safer to deal with Strings than with StringImpl pointers directly. There is also zero performance difference on Speedometer 2 & 3.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/24006
EWS
Committed 274220@main (c3d587ae8216): <https://commits.webkit.org/274220@main>
Reviewed commits have been landed. Closing PR #24006 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/122477708>