tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit c10c01fcdb62d5fbfb05f58049ea7c76af7e9afb
parent c57ef8e8b040455709986701e46f22ce3b32e33e
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Date:   Sat, 18 Oct 2025 14:36:04 -0400

Bug 1988412 - Fix non-unified bustage on a CLOSED TREE

Diffstat:
Mdom/workers/sharedworkers/SharedWorkerService.cpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dom/workers/sharedworkers/SharedWorkerService.cpp b/dom/workers/sharedworkers/SharedWorkerService.cpp @@ -11,6 +11,7 @@ #include "mozilla/SchedulerGroup.h" #include "mozilla/StaticMutex.h" #include "mozilla/dom/MessagePort.h" +#include "mozilla/dom/RemoteWorkerManager.h" // RemoteWorkerManager::GetRemoteType #include "mozilla/dom/RemoteWorkerTypes.h" #include "mozilla/dom/SharedWorkerManager.h" #include "mozilla/ipc/BackgroundParent.h"