mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 07:40:40 -04:00
11 lines
593 B
C++
11 lines
593 B
C++
--- content/public/common/content_features.cc.orig 2019-04-05 00:49:17 UTC
|
|
+++ content/public/common/content_features.cc
|
|
@@ -493,7 +493,7 @@ const base::Feature kWebAssemblyThreads{"WebAssemblyTh
|
|
base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
|
// Enable WebAssembly trap handler.
|
|
-#if defined(OS_LINUX) && defined(ARCH_CPU_X86_64)
|
|
+#if (defined(OS_BSD) || defined(OS_LINUX)) && defined(ARCH_CPU_X86_64)
|
|
const base::Feature kWebAssemblyTrapHandler{"WebAssemblyTrapHandler",
|
|
base::FEATURE_ENABLED_BY_DEFAULT};
|
|
#else
|