Files
brave-core/patches/base-threading-thread_restrictions.h.patch

13 lines
631 B
Diff

diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
index 71f651ae10d849f5ede76144b57d445740f57111..751a92dc66f3b2ee8c700d4ee6db011690f78cb5 100644
--- a/base/threading/thread_restrictions.h
+++ b/base/threading/thread_restrictions.h
@@ -743,6 +743,7 @@ class BASE_EXPORT ScopedAllowBaseSyncPrimitives {
ScopedAllowBaseSyncPrimitives& operator=(
const ScopedAllowBaseSyncPrimitives&) = delete;
+ BRAVE_SCOPED_ALLOW_BASE_SYNC_PRIMITIVES_H
private:
// This can only be instantiated by friends. Use
// ScopedAllowBaseSyncPrimitivesForTesting in unit tests to avoid the friend