From 43609ca84694acca988dc0ae591c69ac447659b2 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 14 Jul 2022 19:16:24 -0400 Subject: chromium: Remove obsolete versions and patches --- ...mium-100-PartitionFreelistEntry-namespace.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 www-client/chromium/files/chromium-100-PartitionFreelistEntry-namespace.patch (limited to 'www-client/chromium/files/chromium-100-PartitionFreelistEntry-namespace.patch') diff --git a/www-client/chromium/files/chromium-100-PartitionFreelistEntry-namespace.patch b/www-client/chromium/files/chromium-100-PartitionFreelistEntry-namespace.patch deleted file mode 100644 index 0ca9956..0000000 --- a/www-client/chromium/files/chromium-100-PartitionFreelistEntry-namespace.patch +++ /dev/null @@ -1,26 +0,0 @@ -From f6490c3b85b1d6f2043c59680ac7c273b03b5a39 Mon Sep 17 00:00:00 2001 -From: Stephan Hartmann -Date: Sun, 6 Feb 2022 07:58:32 +0000 -Subject: [PATCH] libstdc++: add namespace for nullptr_t in - PartitionFreelistEntry - ---- - base/allocator/partition_allocator/partition_freelist_entry.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/base/allocator/partition_allocator/partition_freelist_entry.h b/base/allocator/partition_allocator/partition_freelist_entry.h -index cb20598..850d27b 100644 ---- a/base/allocator/partition_allocator/partition_freelist_entry.h -+++ b/base/allocator/partition_allocator/partition_freelist_entry.h -@@ -86,7 +86,7 @@ class EncodedPartitionFreelistEntryPtr { - // the rationale and mechanism, respectively. - class PartitionFreelistEntry { - private: -- explicit constexpr PartitionFreelistEntry(nullptr_t) -+ explicit constexpr PartitionFreelistEntry(std::nullptr_t) - : encoded_next_(EncodedPartitionFreelistEntryPtr(nullptr)) - #if defined(PA_HAS_FREELIST_SHADOW_ENTRY) - , --- -2.34.1 - -- cgit v1.2.3