aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_allocator_allocator.gni
blob: f3f2ae41d6a1d1b1af3700ca9f2456d6f184475f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/allocator/allocator.gni.orig	2021-04-14 18:40:48 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") {