Loading netwerk/base/Dashboard.h +2 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ #ifndef nsDashboard_h__ #define nsDashboard_h__ #include "mozilla/Atomics.h" #include "mozilla/Mutex.h" #include "mozilla/net/DashboardTypes.h" #include "nsIDashboard.h" Loading Loading @@ -65,7 +66,7 @@ class Dashboard final : public nsIDashboard, public nsIDashboardEventNotifier { mozilla::Mutex lock MOZ_UNANNOTATED; }; bool mEnableLogging; Atomic<bool, Relaxed> mEnableLogging; WebSocketData mWs; private: Loading Loading
netwerk/base/Dashboard.h +2 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ #ifndef nsDashboard_h__ #define nsDashboard_h__ #include "mozilla/Atomics.h" #include "mozilla/Mutex.h" #include "mozilla/net/DashboardTypes.h" #include "nsIDashboard.h" Loading Loading @@ -65,7 +66,7 @@ class Dashboard final : public nsIDashboard, public nsIDashboardEventNotifier { mozilla::Mutex lock MOZ_UNANNOTATED; }; bool mEnableLogging; Atomic<bool, Relaxed> mEnableLogging; WebSocketData mWs; private: Loading