| Index: webrtc/base/criticalsection.h
|
| diff --git a/webrtc/base/criticalsection.h b/webrtc/base/criticalsection.h
|
| index b06436f7592a97447e7d161b4ecfff68c84a0138..217627eefd08029cf29a6de6eb0c56c77fc881d5 100644
|
| --- a/webrtc/base/criticalsection.h
|
| +++ b/webrtc/base/criticalsection.h
|
| @@ -61,10 +61,10 @@ class LOCKABLE CriticalSection {
|
| bool TryEnter() const EXCLUSIVE_TRYLOCK_FUNCTION(true);
|
| void Leave() const UNLOCK_FUNCTION();
|
|
|
| + private:
|
| // Use only for RTC_DCHECKing.
|
| bool CurrentThreadIsOwner() const;
|
|
|
| - private:
|
| #if defined(WEBRTC_WIN)
|
| mutable CRITICAL_SECTION crit_;
|
| #elif defined(WEBRTC_POSIX)
|
|
|