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

paroga at webkit.org paroga at webkit.org
Sun Feb 20 23:59:39 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit c25624a7d3e906d95b816994e35c1da3be29576d
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 27 15:55:58 2011 +0000

    2011-01-27  Patrick Gansterer  <paroga at webkit.org>
    
            Unreviewed WinCE build fix for r76743.
    
            * platform/graphics/wince/FontWinCE.cpp:
            (WebCore::TextRunComponent::TextRunComponent):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76802 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index b149dce..2f0a2ac 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-27  Patrick Gansterer  <paroga at webkit.org>
+
+        Unreviewed WinCE build fix for r76743.
+
+        * platform/graphics/wince/FontWinCE.cpp:
+        (WebCore::TextRunComponent::TextRunComponent):
+
 2011-01-27  Pavel Podivilov  <podivilov at chromium.org>
 
         Reviewed by Pavel Feldman.
diff --git a/Source/WebCore/platform/graphics/wince/FontWinCE.cpp b/Source/WebCore/platform/graphics/wince/FontWinCE.cpp
index 6d39012..c3e6ce4 100644
--- a/Source/WebCore/platform/graphics/wince/FontWinCE.cpp
+++ b/Source/WebCore/platform/graphics/wince/FontWinCE.cpp
@@ -86,6 +86,7 @@ public:
 
 TextRunComponent::TextRunComponent(const UChar *start, int length, const TextRun& parentTextRun, const Font &font, int o)
     : m_textRun(start, length, parentTextRun.allowTabs(), 0, 0
+        , parentTextRun.allowsTrailingExpansion() ? TextRun::AllowTrailingExpansion : TextRun::ForbidTrailingExpansion
         , parentTextRun.rtl()
         , parentTextRun.directionalOverride()
         , parentTextRun.applyRunRounding()

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list