From ce89248dcef117cf727cd33bbb566795b4a57121 Mon Sep 17 00:00:00 2001 From: deepak1556 Date: Thu, 21 Dec 2023 14:15:45 +0900 Subject: [PATCH] chore: update patches --- patches/chromium/enable_partition_alloc_ref_count_size.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/chromium/enable_partition_alloc_ref_count_size.patch b/patches/chromium/enable_partition_alloc_ref_count_size.patch index 3f9db1250f8b4..26d67dc9c47ce 100644 --- a/patches/chromium/enable_partition_alloc_ref_count_size.patch +++ b/patches/chromium/enable_partition_alloc_ref_count_size.patch @@ -10,7 +10,7 @@ This patch is currently being added upstream, and can be removed when we integrate the upstream changes into Electron. diff --git a/base/allocator/partition_allocator/src/partition_alloc/partition_ref_count.h b/base/allocator/partition_allocator/src/partition_alloc/partition_ref_count.h -index 230b8cc455b5381b61441eb8853d7ce9a630ce68..547c18aac790e564513ec695ab25ef5cf7c9d8ac 100644 +index adc3160a0bb52af8d8ddecd05eeff63ae1f67fd3..2dc40cc55fb5d5d6724d8114718c0bf1bc044564 100644 --- a/base/allocator/partition_allocator/src/partition_alloc/partition_ref_count.h +++ b/base/allocator/partition_allocator/src/partition_alloc/partition_ref_count.h @@ -32,7 +32,7 @@ namespace partition_alloc::internal {