Take adequate process assertion for the SharedWorker process based on which processes rely on it.
Created attachment 451274 [details] Patch
Created attachment 451277 [details] Patch
<rdar://problem/88642879>
Created attachment 451325 [details] Patch
Created attachment 451369 [details] Patch
Created attachment 451372 [details] Patch
Created attachment 451403 [details] Patch
Created attachment 451406 [details] Patch
Comment on attachment 451406 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=451406&action=review > Source/WebKit/NetworkProcess/SharedWorker/WebSharedWorkerServer.cpp:76 > + auto* contextConnection = sharedWorker->contextConnection(); Did SharedWorker always have the correct contextConnection, and we've been wasting time looking it up?
Comment on attachment 451406 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=451406&action=review >> Source/WebKit/NetworkProcess/SharedWorker/WebSharedWorkerServer.cpp:76 >> + auto* contextConnection = sharedWorker->contextConnection(); > > Did SharedWorker always have the correct contextConnection, and we've been wasting time looking it up? No, technically this ends up being equivalent. I just think this looks nicer.
Committed r289508 (247042@main): <https://commits.webkit.org/247042@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 451406 [details].