summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_common_features.cc
blob: 559bc67c3b5e9fd9d805309d3c71b9bd1a30f490 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/common/features.cc.orig	2025-09-06 10:01:20 UTC
+++ content/common/features.cc
@@ -170,7 +170,7 @@ BASE_FEATURE(kEmbeddingRequiresOptIn,
              base::FEATURE_DISABLED_BY_DEFAULT);
 
 // Enables error reporting for JS errors inside DevTools frontend host
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
 BASE_FEATURE(kEnableDevToolsJsErrorReporting,
              "EnableDevToolsJsErrorReporting",
              base::FEATURE_DISABLED_BY_DEFAULT);