[webkit-changes] [WebKit/WebKit] 2a1172: Add missing crossThreadCopy in WorkerSWClientConne...

Ryosuke Niwa noreply at github.com
Fri May 10 16:15:27 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2a1172498f85fec96d135da3d660858e20799660
      https://github.com/WebKit/WebKit/commit/2a1172498f85fec96d135da3d660858e20799660
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2024-05-10 (Fri, 10 May 2024)

  Changed paths:
    M Source/WebCore/workers/service/WorkerSWClientConnection.cpp

  Log Message:
  -----------
  Add missing crossThreadCopy in WorkerSWClientConnection::matchRegistration
https://bugs.webkit.org/show_bug.cgi?id=274014

Reviewed by Chris Dumez and Brady Eidson.

Call crossThreadCopy on std::optional<ServiceWorkerRegistrationData>
since this object is passed onto a service worker thread.

* Source/WebCore/workers/service/WorkerSWClientConnection.cpp:
(WebCore::WorkerSWClientConnection::matchRegistration):

Canonical link: https://commits.webkit.org/278637@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