Bug 239728
| Summary: | Introduce new makeStringByReplacingAll(StringView, UChar, UChar) function | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Web Template Framework | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | darin, ggaren, sam, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
Introduce new makeStringByReplacingAll(StringView, UChar, UChar) function, to complement the existing makeStringByReplacingAll(const String&, UChar, UChar). This allows several call sites from avoiding a temporary String constructing since they have a StringView.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/378
EWS
Committed r293379 (249969@main): <https://commits.webkit.org/249969@main>
Reviewed commits have been landed. Closing PR #378 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/92303369>