From 8f8678df6b7bc565ed104d1fd7cae0f9d5e19749 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Aug 2013 17:52:04 +0200 Subject: Xulrunner / Firefox 23.0 --- mozilla-844883.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 mozilla-844883.patch (limited to 'mozilla-844883.patch') diff --git a/mozilla-844883.patch b/mozilla-844883.patch deleted file mode 100644 index 9298d7d..0000000 --- a/mozilla-844883.patch +++ /dev/null @@ -1,17 +0,0 @@ -# HG changeset patch -# Parent f8a3e008d03b538873a8d4f16fb97829f171517b -# User Steve Singer -bug 844883 use a signed value for the stride - -diff -r f8a3e008d03b -r a298fedfda70 gfx/2d/Blur.cpp ---- a/gfx/2d/Blur.cpp Sun Mar 17 00:55:23 2013 -0400 -+++ b/gfx/2d/Blur.cpp Sun Mar 17 01:28:39 2013 -0400 -@@ -650,7 +650,7 @@ - return; - } - -- uint32_t stride32bit = aIntegralImageStride / 4; -+ int32_t stride32bit = aIntegralImageStride / 4; - - int32_t leftInflation = RoundUpToMultipleOf4(aLeftLobe).value(); - -- cgit