aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_allocator_allocator.gni
blob: a8a21f360289b0a9ed5694a25e85901b5c09106f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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") {