RESOLVED FIXED Bug 239728
Introduce new makeStringByReplacingAll(StringView, UChar, UChar) function
https://bugs.webkit.org/show_bug.cgi?id=239728
Summary Introduce new makeStringByReplacingAll(StringView, UChar, UChar) function
Chris Dumez
Reported 2022-04-25 09:42:07 PDT
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
Chris Dumez
Comment 1 2022-04-25 10:04:22 PDT
EWS
Comment 2 2022-04-25 17:12:50 PDT
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
Comment 3 2022-04-25 17:13:17 PDT
Note You need to log in before you can comment on or make changes to this bug.