summaryrefslogtreecommitdiff
path: root/devel/electron36/files/patch-ui_accessibility_accessibility__features.h
blob: 1d3c14592826e7965a0615b7532312202b3a7536 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/accessibility/accessibility_features.h.orig	2025-04-22 20:15:27 UTC
+++ ui/accessibility/accessibility_features.h
@@ -324,7 +324,7 @@ AX_BASE_EXPORT bool IsBlockRootWindowAccessibleNameCha
 AX_BASE_EXPORT bool IsBlockRootWindowAccessibleNameChangeEventEnabled();
 #endif  // BUILDFLAG(IS_MAC)
 
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 // Enable the component updater to download the wasm tts engine component.
 AX_BASE_EXPORT BASE_DECLARE_FEATURE(kWasmTtsComponentUpdaterEnabled);
 AX_BASE_EXPORT bool IsWasmTtsComponentUpdaterEnabled();