Bug 293099
| Summary: | Update FileSystem::pathByAppendingComponents() to take in a std::span | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Web Template Framework | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/45477
EWS
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
<rdar://problem/151478843>