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 --- .../files/chromium-96-template-friend.patch | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 www-client/chromium/files/chromium-96-template-friend.patch (limited to 'www-client/chromium/files/chromium-96-template-friend.patch') diff --git a/www-client/chromium/files/chromium-96-template-friend.patch b/www-client/chromium/files/chromium-96-template-friend.patch deleted file mode 100644 index 4b8a5e4..0000000 --- a/www-client/chromium/files/chromium-96-template-friend.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff --git a/base/memory/safe_ref.h b/base/memory/safe_ref.h -index 7189f8786..162c6744f 100644 ---- a/base/memory/safe_ref.h -+++ b/base/memory/safe_ref.h -@@ -88,9 +88,10 @@ class SafeRef { - private: - template - friend class SafeRef; -- friend SafeRef internal::MakeSafeRefFromWeakPtrInternals( -+ template -+ friend SafeRef internal::MakeSafeRefFromWeakPtrInternals( - const internal::WeakReference& ref, -- T* ptr); -+ U* ptr); - - // Construction from a from WeakPtr. Will CHECK() if the WeakPtr is already - // invalid. -diff --git a/base/memory/weak_ptr.h b/base/memory/weak_ptr.h -index 17f7b8f87..d042ecff2 100644 ---- a/base/memory/weak_ptr.h -+++ b/base/memory/weak_ptr.h -@@ -289,9 +289,10 @@ class WeakPtr : public internal::WeakPtrBase { - template friend class WeakPtr; - friend class SupportsWeakPtr; - friend class WeakPtrFactory; -- friend SafeRef internal::MakeSafeRefFromWeakPtrInternals( -+ template -+ friend SafeRef internal::MakeSafeRefFromWeakPtrInternals( - const internal::WeakReference& ref, -- T* ptr); -+ U* ptr); - - WeakPtr(const internal::WeakReference& ref, T* ptr) - : WeakPtrBase(ref, reinterpret_cast(ptr)) {} -- cgit v1.2.3