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.gni4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/files/patch-base_allocator_allocator.gni b/www/chromium/files/patch-base_allocator_allocator.gni
index 7db05a57f80a..f3f2ae41d6a1 100644
--- a/www/chromium/files/patch-base_allocator_allocator.gni
+++ b/www/chromium/files/patch-base_allocator_allocator.gni
@@ -1,6 +1,6 @@
---- base/allocator/allocator.gni.orig 2021-03-12 23:57:15 UTC
+--- base/allocator/allocator.gni.orig 2021-04-14 18:40:48 UTC
+++ base/allocator/allocator.gni
-@@ -58,7 +58,7 @@ declare_args() {
+@@ -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.