[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

cmarrin at apple.com cmarrin at apple.com
Wed Apr 7 23:54:44 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit cfac759949187891ee2b4ecc8564e62bca1d9ad3
Author: cmarrin at apple.com <cmarrin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 24 00:35:37 2009 +0000

    Forgot one file for https://bugs.webkit.org/show_bug.cgi?id=31239
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51328 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/html/canvas/WebGLRenderingContext.cpp b/WebCore/html/canvas/WebGLRenderingContext.cpp
index b35155f..3246480 100644
--- a/WebCore/html/canvas/WebGLRenderingContext.cpp
+++ b/WebCore/html/canvas/WebGLRenderingContext.cpp
@@ -539,8 +539,7 @@ bool WebGLRenderingContext::validateIndexArray(unsigned long count, unsigned lon
                 lastIndex = *p;
             ++p;
         }
-    }
-    else if (type == GraphicsContext3D::UNSIGNED_BYTE) {
+    } else if (type == GraphicsContext3D::UNSIGNED_BYTE) {
         unsigned long n = m_boundElementArrayBuffer->byteLength(GraphicsContext3D::ELEMENT_ARRAY_BUFFER);
         if (uoffset > n || count > n - uoffset)
             return false;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list