mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
11 lines
541 B
C++
11 lines
541 B
C++
--- content/common/features.cc.orig 2025-03-18 16:46:04 UTC
|
|
+++ content/common/features.cc
|
|
@@ -125,7 +125,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);
|