RESOLVED FIXED262519
Use WTF::map() in ScriptArguments::getArgumentsAsStrings() instead of uncheckedAppend()
https://bugs.webkit.org/show_bug.cgi?id=262519
Summary Use WTF::map() in ScriptArguments::getArgumentsAsStrings() instead of uncheck...
Chris Dumez
Reported 2023-10-02 19:41:00 PDT
Use WTF::map() in `ScriptArguments::getArgumentsAsStrings()` instead of `uncheckedAppend()`. It is more efficient, now that `uncheckedAppend()` is just an alias to `append()`.
Attachments
Chris Dumez
Comment 1 2023-10-02 19:42:42 PDT
EWS
Comment 2 2023-10-03 11:22:12 PDT
Committed 268793@main (9152805b2bb4): <https://commits.webkit.org/268793@main> Reviewed commits have been landed. Closing PR #18527 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-10-03 11:23:18 PDT
Note You need to log in before you can comment on or make changes to this bug.