aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-content_public_common_content__features.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-content_public_common_content__features.h')
-rw-r--r--www/ungoogled-chromium/files/patch-content_public_common_content__features.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/ungoogled-chromium/files/patch-content_public_common_content__features.h b/www/ungoogled-chromium/files/patch-content_public_common_content__features.h
index 61a2b4edd71d..bc24caaf7d0c 100644
--- a/www/ungoogled-chromium/files/patch-content_public_common_content__features.h
+++ b/www/ungoogled-chromium/files/patch-content_public_common_content__features.h
@@ -1,11 +1,11 @@
---- content/public/common/content_features.h.orig 2022-10-29 17:50:56 UTC
+--- content/public/common/content_features.h.orig 2022-12-02 17:56:32 UTC
+++ content/public/common/content_features.h
-@@ -284,7 +284,7 @@ CONTENT_EXPORT extern const base::Feature kJavaScriptE
- CONTENT_EXPORT extern const base::Feature kWebAppWindowControlsOverlay;
- CONTENT_EXPORT extern const base::Feature kWebAssemblyBaseline;
- CONTENT_EXPORT extern const base::Feature kWebAssemblyCodeProtection;
+@@ -272,7 +272,7 @@ CONTENT_EXPORT BASE_DECLARE_FEATURE(kV8VmFuture);
+ CONTENT_EXPORT BASE_DECLARE_FEATURE(kWebAppWindowControlsOverlay);
+ CONTENT_EXPORT BASE_DECLARE_FEATURE(kWebAssemblyBaseline);
+ CONTENT_EXPORT BASE_DECLARE_FEATURE(kWebAssemblyCodeProtection);
-#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && defined(ARCH_CPU_X86_64)
+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)) && defined(ARCH_CPU_X86_64)
- CONTENT_EXPORT extern const base::Feature kWebAssemblyCodeProtectionPku;
+ CONTENT_EXPORT BASE_DECLARE_FEATURE(kWebAssemblyCodeProtectionPku);
#endif // (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) &&
// defined(ARCH_CPU_X86_64)