[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

dimich at chromium.org dimich at chromium.org
Wed Dec 22 15:16:53 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 2caf2df521b659575c6b1b5e4359a53660ee6350
Author: dimich at chromium.org <dimich at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 29 19:00:02 2010 +0000

    [Chromium clang] Unreviewed fix removing compiler warning.
    If GIFImageReader is a struct, don't call it a class.
    
    * platform/image-decoders/gif/GIFImageDecoder.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70912 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index c161198..571e015 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-29  Dmitry Titov  <dimich at chromium.org>
+
+        [Chromium clang] Unreviewed fix removing compiler warning.
+        If GIFImageReader is a struct, don't call it a class.
+
+        * platform/image-decoders/gif/GIFImageDecoder.h:
+
 2010-10-29  Alexey Proskuryakov  <ap at apple.com>
 
         Fix the world (d'oh!)
diff --git a/WebCore/platform/image-decoders/gif/GIFImageDecoder.h b/WebCore/platform/image-decoders/gif/GIFImageDecoder.h
index 0a88ffd..b011e1e 100644
--- a/WebCore/platform/image-decoders/gif/GIFImageDecoder.h
+++ b/WebCore/platform/image-decoders/gif/GIFImageDecoder.h
@@ -20,7 +20,7 @@
  * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
  * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
 #ifndef GIFImageDecoder_h
@@ -29,7 +29,7 @@
 #include "ImageDecoder.h"
 #include <wtf/OwnPtr.h>
 
-class GIFImageReader;
+struct GIFImageReader;
 
 namespace WebCore {
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list