aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-base_allocator_allocator.gni
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-base_allocator_allocator.gni')
-rw-r--r--devel/electron12/files/patch-base_allocator_allocator.gni11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron12/files/patch-base_allocator_allocator.gni b/devel/electron12/files/patch-base_allocator_allocator.gni
deleted file mode 100644
index 20451134e6ee..000000000000
--- a/devel/electron12/files/patch-base_allocator_allocator.gni
+++ /dev/null
@@ -1,11 +0,0 @@
---- base/allocator/allocator.gni.orig 2021-04-14 01:08:36 UTC
-+++ base/allocator/allocator.gni
-@@ -58,7 +58,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") {