Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 989bd9a9a05982417cb137fadb4530e6a18c89f3
https://github.com/WebKit/WebKit/commit/989bd9a9a05982417cb137fadb4530e6a18c89f3
Author: Youenn Fablet <[email protected]>
Date: 2025-06-04 (Wed, 04 Jun 2025)
Changed paths:
M Source/WebCore/workers/service/server/SWServer.cpp
Log Message:
-----------
SWServer::registerServiceWorkerClient needs to call
unregisterServiceWorkerClientInternal with the older id
https://bugs.webkit.org/show_bug.cgi?id=294013
rdar://152339634
Reviewed by Chris Dumez.
For maps, we only use the UUID but within m_clientIdentifiersPerOrigin, we use
a Vector, where the process identifier matters for equality.
We thus need to use the previously registered ID (with the previous process)
instead of the ID with the new process ID.
* Source/WebCore/workers/service/server/SWServer.cpp:
(WebCore::SWServer::registerServiceWorkerClient):
Canonical link: https://commits.webkit.org/295840@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