blob: 3fd0ea0ba3af808e1666d743c3105462d858065a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/browser/webui/web_ui_main_frame_observer.cc.orig 2025-03-24 20:50:14 UTC
+++ content/browser/webui/web_ui_main_frame_observer.cc
@@ -47,7 +47,7 @@ bool IsWebUIJavaScriptErrorReportingSupported() {
bool IsWebUIJavaScriptErrorReportingSupported() {
#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA)
return false;
-#elif BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
+#elif BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
return true;
#else
return base::FeatureList::IsEnabled(features::kWebUIJSErrorReportingExtended);
|