Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c62670504865786e1db353397457317a747f18b9
      
https://github.com/WebKit/WebKit/commit/c62670504865786e1db353397457317a747f18b9
  Author: Alex Christensen <achristen...@apple.com>
  Date:   2025-03-31 (Mon, 31 Mar 2025)

  Changed paths:
    M Source/WebKit/WebProcess/Storage/WebSWContextManagerConnection.cpp

  Log Message:
  -----------
  Add CompletionHandlerCallThread::MainThread to reply in 
WebSWContextManagerConnection::installServiceWorker
https://bugs.webkit.org/show_bug.cgi?id=290773
rdar://148258599

Reviewed by BJ Burg.

handleDebuggableCreated is being constructed on a background thread and called 
on the main thread.
This is safe because it only captures an identifier.  Add the 
CompletionHandlerCallThread to make
this stop asserting.

* Source/WebKit/WebProcess/Storage/WebSWContextManagerConnection.cpp:
(WebKit::WebSWContextManagerConnection::installServiceWorker):

Canonical link: https://commits.webkit.org/292955@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to