RESOLVED FIXED 273918
Add missing isolatedCopy() call in ServiceWorkerThreadProxy::fireMessageEvent()
https://bugs.webkit.org/show_bug.cgi?id=273918
Summary Add missing isolatedCopy() call in ServiceWorkerThreadProxy::fireMessageEvent()
Chris Dumez
Reported 2024-05-08 19:55:35 PDT
ServiceWorkerThreadProxy::fireMessageEvent() is dispatching from the WebSWContextManagerConnection queue to the ServiceWorker thread, yet, it was failing to call isolatedCopy() on the ServiceWorkerOrClientData it is capturing.
Attachments
Chris Dumez
Comment 1 2024-05-08 20:07:11 PDT
EWS
Comment 2 2024-05-09 07:53:30 PDT
Committed 278563@main (d045dbe49089): <https://commits.webkit.org/278563@main> Reviewed commits have been landed. Closing PR #28319 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-05-09 07:54:19 PDT
Note You need to log in before you can comment on or make changes to this bug.