aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_allocator_allocator__shim.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-base_allocator_allocator__shim.cc')
-rw-r--r--www/chromium/files/patch-base_allocator_allocator__shim.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-base_allocator_allocator__shim.cc b/www/chromium/files/patch-base_allocator_allocator__shim.cc
deleted file mode 100644
index 208a8d93617a..000000000000
--- a/www/chromium/files/patch-base_allocator_allocator__shim.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- base/allocator/allocator_shim.cc.orig 2019-10-21 19:06:18 UTC
-+++ base/allocator/allocator_shim.cc
-@@ -71,7 +71,7 @@ inline const base::allocator::AllocatorDispatch* GetCh
- // Unfortunately due to that bug NoBarrier_Load() is mistakenly fully
- // barriered on Linux+Clang, and that causes visible perf regressons.
- return reinterpret_cast<const base::allocator::AllocatorDispatch*>(
--#if defined(OS_LINUX) && defined(__clang__)
-+#if (defined(OS_BSD) || defined(OS_LINUX)) && defined(__clang__)
- *static_cast<const volatile base::subtle::AtomicWord*>(&g_chain_head)
- #else
- base::subtle::NoBarrier_Load(&g_chain_head)