diff options
Diffstat (limited to 'devel/electron5/files/patch-content_public_common_content__features.cc')
-rw-r--r-- | devel/electron5/files/patch-content_public_common_content__features.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron5/files/patch-content_public_common_content__features.cc b/devel/electron5/files/patch-content_public_common_content__features.cc deleted file mode 100644 index 9038c05e0a96..000000000000 --- a/devel/electron5/files/patch-content_public_common_content__features.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- content/public/common/content_features.cc.orig 2019-04-08 08:32:55 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 |