This commit is contained in:
Alistair Smith
2025-06-04 12:29:27 -07:00
parent ca18b5e410
commit 363edf7b36

View File

@@ -269,7 +269,6 @@ ExceptionOr<void> Worker::postMessage(JSC::JSGlobalObject& state, JSC::JSValue m
void Worker::terminate()
{
// m_contextProxy.terminateWorkerGlobalScope();
m_terminationFlags.fetch_or(TerminateRequestedFlag);
if (ScriptExecutionContext::getScriptExecutionContext(m_clientIdentifier)) {