RESOLVED FIXED293099
Update FileSystem::pathByAppendingComponents() to take in a std::span
https://bugs.webkit.org/show_bug.cgi?id=293099
Summary Update FileSystem::pathByAppendingComponents() to take in a std::span
Chris Dumez
Reported 2025-05-15 20:41:23 PDT
Update FileSystem::pathByAppendingComponents() to take in a std::span instead of a `const Vector&`. This avoids having to construct a Vector at many of the call sites.
Attachments
Chris Dumez
Comment 1 2025-05-15 20:50:57 PDT
EWS
Comment 2 2025-05-16 11:49:48 PDT
Committed 295020@main (3d0598740a71): <https://commits.webkit.org/295020@main> Reviewed commits have been landed. Closing PR #45477 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2025-05-16 11:56:45 PDT
Note You need to log in before you can comment on or make changes to this bug.