From 8473fcddb83c087fc22e43d7d97f48e5ce240371 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Thu, 25 Dec 2014 19:12:08 +0000 Subject: Update to 2.4.7. Sync some changes from the webkit-gtk3 port. The 2.4.x series is the last webkitgtk version that will have WebKit1. --- www/webkit-gtk2/files/patch-cairo | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 www/webkit-gtk2/files/patch-cairo (limited to 'www/webkit-gtk2/files/patch-cairo') diff --git a/www/webkit-gtk2/files/patch-cairo b/www/webkit-gtk2/files/patch-cairo deleted file mode 100644 index 2f928af196aa..000000000000 --- a/www/webkit-gtk2/files/patch-cairo +++ /dev/null @@ -1,11 +0,0 @@ ---- Source/WebCore/platform/graphics/BitmapImage.cpp.orig 2011-01-08 16:50:57.000000000 +0000 -+++ Source/WebCore/platform/graphics/BitmapImage.cpp 2011-01-11 16:36:22.000000000 +0000 -@@ -207,7 +207,7 @@ bool BitmapImage::isSizeAvailable() - NativeImagePtr BitmapImage::frameAtIndex(size_t index) - { - if (index >= frameCount()) -- return 0; -+ return NULL; - - if (index >= m_frames.size() || !m_frames[index].m_frame) - cacheFrame(index); -- cgit v1.2.3