1 --- src/3rdparty/chromium/base/functional/unretained_traits.h.orig	2025-08-15 18:30:00 UTC
2 +++ src/3rdparty/chromium/base/functional/unretained_traits.h
3 @@ -90,7 +90,7 @@ struct SupportsUnretainedImpl {
4  // official builds, and then in non-test code as well.
5  #if defined(FORCE_UNRETAINED_COMPLETENESS_CHECKS_FOR_TESTS) || \
6      (!defined(UNIT_TEST) && !defined(OFFICIAL_BUILD) &&        \
7 -     (BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)))
8 +     (BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)))
9        static_assert(v,
10                      "Argument requires unretained storage, but type is not "
11                      "fully defined. This prevents determining whether "
12