Backed out changeset a68ee4b09f92 (bug 1207753) for causing Hazard bustages. CLOSED TREE

This commit is contained in:
Butkovits Atila
2022-03-16 14:38:14 +02:00
parent fe15f2115d
commit 01197944a0
441 changed files with 549 additions and 573 deletions

View File

@@ -248,7 +248,7 @@ class WebSocketImpl final : public nsIInterfaceRequestor,
bool mIsMainThread;
// This mutex protects mWorkerShuttingDown.
mozilla::Mutex mMutex MOZ_UNANNOTATED;
mozilla::Mutex mMutex;
bool mWorkerShuttingDown;
RefPtr<WebSocketEventService> mService;