From dfcedc36152cd6d9f5f83d506d1b47ce0d235a97 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 4 Jul 2023 15:53:53 +0200 Subject: webkit2gtk: bump to 2.40.3 --- extra/webkit2gtk/patches/fix-sourcebrush.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 extra/webkit2gtk/patches/fix-sourcebrush.patch (limited to 'extra/webkit2gtk/patches/fix-sourcebrush.patch') diff --git a/extra/webkit2gtk/patches/fix-sourcebrush.patch b/extra/webkit2gtk/patches/fix-sourcebrush.patch deleted file mode 100644 index c553d66e..00000000 --- a/extra/webkit2gtk/patches/fix-sourcebrush.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -ur a/Source/WebCore/platform/graphics/SourceBrush.cpp b/Source/WebCore/platform/graphics/SourceBrush.cpp ---- a/Source/WebCore/platform/graphics/SourceBrush.cpp Wed May 24 13:31:50 2023 -+++ b/Source/WebCore/platform/graphics/SourceBrush.cpp Wed May 24 13:31:24 2023 -@@ -65,12 +65,12 @@ - - void SourceBrush::setGradient(Ref&& gradient, const AffineTransform& spaceTransform) - { -- m_brush = { Brush::LogicalGradient { WTFMove(gradient), spaceTransform } }; -+ m_brush = Brush { Brush::LogicalGradient { WTFMove(gradient), spaceTransform } }; - } - - void SourceBrush::setPattern(Ref&& pattern) - { -- m_brush = { Brush::Variant { std::in_place_type>, WTFMove(pattern) } }; -+ m_brush = Brush { Brush::Variant { std::in_place_type>, WTFMove(pattern) } }; - } - - WTF::TextStream& operator<<(TextStream& ts, const SourceBrush& brush) -- cgit v1.2.3