[webkit-changes] [WebKit/WebKit] d045db: Add missing isolatedCopy() call in ServiceWorkerTh...
Chris Dumez
noreply at github.com
Thu May 9 07:53:50 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d045dbe4908934c269f038906555b471fdac56b9
https://github.com/WebKit/WebKit/commit/d045dbe4908934c269f038906555b471fdac56b9
Author: Chris Dumez <cdumez at apple.com>
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
More information about the webkit-changes
mailing list