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

xji at chromium.org xji at chromium.org
Wed Dec 22 13:53:35 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c32d4a1905b1fdb50c04551dc288e36ecc1448d9
Author: xji at chromium.org <xji at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 28 22:43:22 2010 +0000

    Performance improvement for FontLinux.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68588 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/platform/graphics/chromium/FontLinux.cpp b/WebCore/platform/graphics/chromium/FontLinux.cpp
index cb066bd..4d984c4 100644
--- a/WebCore/platform/graphics/chromium/FontLinux.cpp
+++ b/WebCore/platform/graphics/chromium/FontLinux.cpp
@@ -485,7 +485,7 @@ private:
         m_xPositions = new SkScalar[size];
 
         m_item.num_glyphs = size;
-        m_glyphsArrayCapacity = size;  // Save the GlyphArrays size.
+        m_glyphsArrayCapacity = size; // Save the GlyphArrays size.
         resetGlyphArrays();
     }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list