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










                                                                                                       
--- third_party/blink/renderer/platform/wtf/container_annotations.h.orig	2022-10-01 07:40:07 UTC
+++ third_party/blink/renderer/platform/wtf/container_annotations.h
@@ -12,7 +12,7 @@
 // TODO(ochang): Remove the ARCH_CPU_X86_64 condition to enable this for X86
 // once the crashes there have been fixed: http://crbug.com/461406
 #if defined(ADDRESS_SANITIZER) &&                      \
-    (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && \
+    (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)) && \
     defined(ARCH_CPU_X86_64)
 
 // Annotations require buffers to begin on an 8-byte boundary. See