aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-base_functional_unretained__traits.h
blob: 7f6a6a8d660ad032fd87941c306ba63d37dae44b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                                       
                                       
                                                 
                                                       






                                                                                               
--- base/functional/unretained_traits.h.orig	2024-03-22 08:19:40 UTC
+++ base/functional/unretained_traits.h
@@ -93,7 +93,7 @@ struct SupportsUnretainedImpl {
 // official builds, and then in non-test code as well.
 #if defined(FORCE_UNRETAINED_COMPLETENESS_CHECKS_FOR_TESTS) || \
     (!defined(UNIT_TEST) && !defined(OFFICIAL_BUILD) &&        \
-     (BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)))
+     (BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)))
       static_assert(v,
                     "Argument requires unretained storage, but type is not "
                     "fully defined. This prevents determining whether "