summaryrefslogtreecommitdiff
path: root/www/webkit-gtk/patches/patch-ba
diff options
context:
space:
mode:
Diffstat (limited to 'www/webkit-gtk/patches/patch-ba')
-rw-r--r--www/webkit-gtk/patches/patch-ba22
1 files changed, 0 insertions, 22 deletions
diff --git a/www/webkit-gtk/patches/patch-ba b/www/webkit-gtk/patches/patch-ba
deleted file mode 100644
index a69fcfd8a07..00000000000
--- a/www/webkit-gtk/patches/patch-ba
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ba,v 1.3 2011/03/15 21:58:56 drochner Exp $
-
---- WebCore/platform/image-decoders/gif/GIFImageDecoder.cpp.orig 2011-02-07 17:29:58.000000000 +0000
-+++ WebCore/platform/image-decoders/gif/GIFImageDecoder.cpp
-@@ -343,7 +343,7 @@ bool GIFImageDecoder::initFrameBuffer(un
-
- if ((prevMethod == RGBA32Buffer::DisposeNotSpecified) || (prevMethod == RGBA32Buffer::DisposeKeep)) {
- // Preserve the last frame as the starting state for this frame.
-- if (!buffer->copyBitmapData(*prevBuffer));
-+ if (!buffer->copyBitmapData(*prevBuffer))
- return setFailed();
- } else {
- // We want to clear the previous frame to transparent, without
-@@ -357,7 +357,7 @@ bool GIFImageDecoder::initFrameBuffer(un
- return setFailed();
- } else {
- // Copy the whole previous buffer, then clear just its frame.
-- if (!buffer->copyBitmapData(*prevBuffer));
-+ if (!buffer->copyBitmapData(*prevBuffer))
- return setFailed();
- for (int y = prevRect.y(); y < prevRect.bottom(); ++y) {
- for (int x = prevRect.x(); x < prevRect.right(); ++x)