summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk2/files/patch-cairo
diff options
context:
space:
mode:
Diffstat (limited to 'www/webkit-gtk2/files/patch-cairo')
-rw-r--r--www/webkit-gtk2/files/patch-cairo11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/webkit-gtk2/files/patch-cairo b/www/webkit-gtk2/files/patch-cairo
deleted file mode 100644
index 2c4293af5..000000000
--- a/www/webkit-gtk2/files/patch-cairo
+++ /dev/null
@@ -1,11 +0,0 @@
---- WebCore/platform/graphics/BitmapImage.cpp.orig 2009-03-04 03:34:16.000000000 +0800
-+++ WebCore/platform/graphics/BitmapImage.cpp 2009-05-19 15:09:51.000000000 +0800
-@@ -202,7 +202,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);