[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

zimmermann at webkit.org zimmermann at webkit.org
Sun Feb 20 23:38:04 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit d0e7da80da1201b0a644edbf3b606453d8db5ac9
Author: zimmermann at webkit.org <zimmermann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 22 12:44:50 2011 +0000

    2011-01-22  Nikolas Zimmermann  <nzimmermann at rim.com>
    
            Not reviewed.
    
            Introduce FontMetrics abstraction
            https://bugs.webkit.org/show_bug.cgi?id=51456
    
            Fix Chromium/Win build.
    
            * platform/graphics/chromium/UniscribeHelperTextRun.cpp: s/->/./
            (WebCore::UniscribeHelperTextRun::UniscribeHelperTextRun):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76443 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 5ef4539..be287a8 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2011-01-22  Nikolas Zimmermann  <nzimmermann at rim.com>
+
+        Not reviewed.
+
+        Introduce FontMetrics abstraction
+        https://bugs.webkit.org/show_bug.cgi?id=51456
+
+        Fix Chromium/Win build.
+
+        * platform/graphics/chromium/UniscribeHelperTextRun.cpp: s/->/./
+        (WebCore::UniscribeHelperTextRun::UniscribeHelperTextRun):
+
 2011-01-21  Nikolas Zimmermann  <nzimmermann at rim.com>
 
         Reviewed by Dirk Schulze.
diff --git a/Source/WebCore/platform/graphics/chromium/UniscribeHelperTextRun.cpp b/Source/WebCore/platform/graphics/chromium/UniscribeHelperTextRun.cpp
index a411e47..a8b44c1 100644
--- a/Source/WebCore/platform/graphics/chromium/UniscribeHelperTextRun.cpp
+++ b/Source/WebCore/platform/graphics/chromium/UniscribeHelperTextRun.cpp
@@ -51,7 +51,7 @@ UniscribeHelperTextRun::UniscribeHelperTextRun(const TextRun& run,
     setLetterSpacing(font.letterSpacing());
     setSpaceWidth(font.spaceWidth());
     setWordSpacing(font.wordSpacing());
-    setAscent(font.fontMetrics()->ascent());
+    setAscent(font.fontMetrics().ascent());
 
     init();
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list