Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw

Differential Revision: https://phabricator.services.mozilla.com/D140849
This commit is contained in:
Randell Jesup
2022-03-16 18:47:08 +00:00
parent 661b487913
commit 855202c183
441 changed files with 579 additions and 548 deletions

View File

@@ -108,7 +108,7 @@ class nsWindowWatcher : public nsIWindowWatcher,
protected:
nsTArray<nsWatcherWindowEnumerator*> mEnumeratorList;
nsWatcherWindowEntry* mOldestWindow;
mozilla::Mutex mListLock;
mozilla::Mutex mListLock MOZ_UNANNOTATED;
nsCOMPtr<nsIWindowCreator> mWindowCreator;
};