summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk2/files/patch-cairo
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-07 02:55:36 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-07 02:55:36 +0800
commit3dabc4c33f1669516d624f6d6d203c179d457bb2 (patch)
tree18976c772a6b832fca9a625ca2963ae3cf6d9f0d /www/webkit-gtk2/files/patch-cairo
parentbe19356527967f0ac3bc9ecae4f3ee99fd37b297 (diff)
downloadmarcuscom-ports-3dabc4c33f1669516d624f6d6d203c179d457bb2.tar.gz
marcuscom-ports-3dabc4c33f1669516d624f6d6d203c179d457bb2.tar.zst
marcuscom-ports-3dabc4c33f1669516d624f6d6d203c179d457bb2.zip
Commit 1.3.12.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15355 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..2f928af19
--- /dev/null
+++ b/www/webkit-gtk2/files/patch-cairo
@@ -0,0 +1,11 @@
+--- 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);