Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d045dbe4908934c269f038906555b471fdac56b9
https://github.com/WebKit/WebKit/commit/d045dbe4908934c269f038906555b471fdac56b9
Author: Chris Dumez <[email protected]>
Date: 2024-05-09 (Thu, 09 May 2024)
Changed paths:
M Source/WebCore/workers/service/context/ServiceWorkerThreadProxy.cpp
Log Message:
-----------
Add missing isolatedCopy() call in
ServiceWorkerThreadProxy::fireMessageEvent()
https://bugs.webkit.org/show_bug.cgi?id=273918
Reviewed by Brady Eidson.
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.
* Source/WebCore/workers/service/context/ServiceWorkerThreadProxy.cpp:
(WebCore::ServiceWorkerThreadProxy::fireMessageEvent):
Canonical link: https://commits.webkit.org/278563@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes