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

@@ -346,7 +346,7 @@ class ChannelCountReporter final : public nsIMemoryReporter {
using CountTable = nsTHashMap<nsDepCharHashKey, ChannelCounts>;
static StaticMutex sChannelCountMutex MOZ_UNANNOTATED;
static StaticMutex sChannelCountMutex;
static CountTable* sChannelCounts;
public: