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 --- ...chromium-92-ClassPropertyCaster-namespace.patch | 46 ---------------------- 1 file changed, 46 deletions(-) delete mode 100644 www-client/chromium/files/chromium-92-ClassPropertyCaster-namespace.patch (limited to 'www-client/chromium/files/chromium-92-ClassPropertyCaster-namespace.patch') diff --git a/www-client/chromium/files/chromium-92-ClassPropertyCaster-namespace.patch b/www-client/chromium/files/chromium-92-ClassPropertyCaster-namespace.patch deleted file mode 100644 index 08d7416..0000000 --- a/www-client/chromium/files/chromium-92-ClassPropertyCaster-namespace.patch +++ /dev/null @@ -1,46 +0,0 @@ -From 546b72d3b31e5d42e4d6cb783def2c89c977c5a6 Mon Sep 17 00:00:00 2001 -From: Stephan Hartmann -Date: Fri, 7 May 2021 14:34:29 +0000 -Subject: [PATCH] GCC: drop anonymous namespace from ClassPropertyCaster -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Explicit template specialization is done for ui::ElementIdentifier -in another header. GCC fails to compile this with: - -../../ui/base/interaction/element_identifier.h:208:7: error: - explicit specialization of ‘template - class ui::{anonymous}::ClassPropertyCaster’ outside its - namespace must use a nested-name-specifier - -This is a known GCC bug (https://gcc.gnu.org/PR92598). ---- - ui/base/class_property.h | 4 ---- - 1 file changed, 4 deletions(-) - -diff --git a/ui/base/class_property.h b/ui/base/class_property.h -index 4af52ae..25c00e7 100644 ---- a/ui/base/class_property.h -+++ b/ui/base/class_property.h -@@ -137,8 +137,6 @@ class COMPONENT_EXPORT(UI_BASE) PropertyHandler { - std::map prop_map_; - }; - --namespace { -- - // No single new-style cast works for every conversion to/from int64_t, so we - // need this helper class. - template -@@ -162,8 +160,6 @@ class ClassPropertyCaster { - } - }; - --} // namespace -- - namespace subtle { - - class COMPONENT_EXPORT(UI_BASE) PropertyHelper { --- -2.26.3 - -- cgit v1.2.3