summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk2/files/patch-cairo
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-12-25 22:52:56 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-12-25 22:52:56 +0800
commitdac8d2aa9448d1b34c47fb5d379de0ebdc00e04d (patch)
tree00040f5fcd4aad2ee98eccfcd8daec097c50dcde /www/webkit-gtk2/files/patch-cairo
parent42bfcee18030de2cba01097181bcb22cfdd7b213 (diff)
downloadmarcuscom-ports-dac8d2aa9448d1b34c47fb5d379de0ebdc00e04d.tar.gz
marcuscom-ports-dac8d2aa9448d1b34c47fb5d379de0ebdc00e04d.tar.zst
marcuscom-ports-dac8d2aa9448d1b34c47fb5d379de0ebdc00e04d.zip
Update to 1.1.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13296 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/webkit-gtk2/files/patch-cairo')
-rw-r--r--www/webkit-gtk2/files/patch-cairo11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/webkit-gtk2/files/patch-cairo b/www/webkit-gtk2/files/patch-cairo
new file mode 100644
index 000000000..2c4293af5
--- /dev/null
+++ b/www/webkit-gtk2/files/patch-cairo
@@ -0,0 +1,11 @@
+--- 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);