RESOLVED FIXED293097
Update EventDispatcher::dispatchEvent() to take in a std::span instead of a const Vector&
https://bugs.webkit.org/show_bug.cgi?id=293097
Summary Update EventDispatcher::dispatchEvent() to take in a std::span instead of a c...
Chris Dumez
Reported 2025-05-15 20:19:32 PDT
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
Chris Dumez
Comment 1 2025-05-15 20:20:52 PDT
EWS
Comment 2 2025-05-16 12:13:24 PDT
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
Comment 3 2025-05-16 12:20:46 PDT
Note You need to log in before you can comment on or make changes to this bug.