...
Created attachment 458325 [details] Patch
Comment on attachment 458325 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=458325&action=review > Source/WebCore/workers/service/server/SWServer.cpp:348 > + if (m_registrationStore) { I would reverse the check, something like: if (! m_registrationStore) { completionHandler(); return; }
Comment on attachment 458325 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=458325&action=review >> Source/WebCore/workers/service/server/SWServer.cpp:348 >> + if (m_registrationStore) { > > I would reverse the check, something like: > if (! m_registrationStore) { completionHandler(); return; } Sure, will change.
Created attachment 458466 [details] Patch for landing
Committed r293550 (250070@main): <https://commits.webkit.org/250070@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 458466 [details].
<rdar://problem/92433826>