diff options
| author | Robert Nagy <rnagy@FreeBSD.org> | 2025-11-06 18:45:43 +0100 |
|---|---|---|
| committer | Robert Nagy <rnagy@FreeBSD.org> | 2025-11-06 18:46:08 +0100 |
| commit | 6d8702c5e42556c9f0b834733aaa24a027b14aa5 (patch) | |
| tree | 56f24e8caef6c368787c2a47691f10ea98e8bbdf /www/iridium/files/patch-content_common_features.cc | |
| parent | sysutils/appjail: Update to 4.5.0 (diff) | |
www/iridium: update to 2025.11.142
Diffstat (limited to 'www/iridium/files/patch-content_common_features.cc')
| -rw-r--r-- | www/iridium/files/patch-content_common_features.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/iridium/files/patch-content_common_features.cc b/www/iridium/files/patch-content_common_features.cc index a22fc9679ed8..167e54c4f076 100644 --- a/www/iridium/files/patch-content_common_features.cc +++ b/www/iridium/files/patch-content_common_features.cc @@ -1,11 +1,11 @@ ---- content/common/features.cc.orig 2025-09-11 13:19:19 UTC +--- content/common/features.cc.orig 2025-11-06 10:11:34 UTC +++ content/common/features.cc -@@ -170,7 +170,7 @@ BASE_FEATURE(kEmbeddingRequiresOptIn, - base::FEATURE_DISABLED_BY_DEFAULT); +@@ -144,7 +144,7 @@ BASE_FEATURE(kDocumentPolicyNegotiation, base::FEATURE + 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); + #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) |
