aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_allocator_allocator.gni
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-base_allocator_allocator.gni')
-rw-r--r--www/chromium/files/patch-base_allocator_allocator.gni11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-base_allocator_allocator.gni b/www/chromium/files/patch-base_allocator_allocator.gni
deleted file mode 100644
index a8a21f360289..000000000000
--- a/www/chromium/files/patch-base_allocator_allocator.gni
+++ /dev/null
@@ -1,11 +0,0 @@
---- base/allocator/allocator.gni.orig 2021-07-19 18:45:05 UTC
-+++ base/allocator/allocator.gni
-@@ -60,7 +60,7 @@ declare_args() {
- # not, and redesign or remove the flag accordingly. We may want to assert a
- # possible conflict between |use_allocator = "partition"| and
- # |use_partition_alloc = true| rather than prioritizing use_partition_alloc.
-- use_partition_alloc = !is_ios # Never use PartitionAlloc on iOS.
-+ use_partition_alloc = !is_ios # Never use PartitionAlloc on iOS.
- }
-
- if (!use_partition_alloc && use_allocator == "partition") {