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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user