There's an ASSERT that used m_serviceWorkerFetchTask outside of an #if ENABLE(SERVICE_WORKER) block.
Created attachment 437231 [details] Patch I'm not sure stylistically how we want to handle cases like this, so just put the only sometimes enabled bit on its own inside the if and made the assert go across lines.
Committed r281998 (241305@main): <https://commits.webkit.org/241305@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 437231 [details].
<rdar://problem/82726075>