From 363edf7b36dfd34e3e1ea89d0a0a1ca21a7a2ed6 Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Wed, 4 Jun 2025 12:29:27 -0700 Subject: [PATCH] rm --- src/bun.js/bindings/webcore/Worker.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bun.js/bindings/webcore/Worker.cpp b/src/bun.js/bindings/webcore/Worker.cpp index 1448ff89e5..5993102854 100644 --- a/src/bun.js/bindings/webcore/Worker.cpp +++ b/src/bun.js/bindings/webcore/Worker.cpp @@ -269,7 +269,6 @@ ExceptionOr Worker::postMessage(JSC::JSGlobalObject& state, JSC::JSValue m void Worker::terminate() { - // m_contextProxy.terminateWorkerGlobalScope(); m_terminationFlags.fetch_or(TerminateRequestedFlag); if (ScriptExecutionContext::getScriptExecutionContext(m_clientIdentifier)) {