Bug 293097
| Summary: | Update EventDispatcher::dispatchEvent() to take in a std::span instead of a const Vector& | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | DOM | 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 EventDispatcher::dispatchEvent() to take in a std::span instead of a const Vector&. This avoids having to construct a vector at some of the call sites.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/45474
EWS
Committed 295022@main (4468b14aea09): <https://commits.webkit.org/295022@main>
Reviewed commits have been landed. Closing PR #45474 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/151480282>