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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 12:42:29 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 023a307fb48eb9de74c66b3ed07c3992dedaf3af
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 27 15:58:34 2010 +0000

    2010-08-27  Patrick Gansterer  <paroga at paroga.com>
    
            Reviewed by Nikolas Zimmermann.
    
            [WINCE] Buildfix for FontPlatformData after r65021
            https://bugs.webkit.org/show_bug.cgi?id=44467
    
            * platform/graphics/wince/FontPlatformData.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66224 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index d9ed548..175cf37 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -2,6 +2,15 @@
 
         Reviewed by Nikolas Zimmermann.
 
+        [WINCE] Buildfix for FontPlatformData after r65021
+        https://bugs.webkit.org/show_bug.cgi?id=44467
+
+        * platform/graphics/wince/FontPlatformData.h:
+
+2010-08-27  Patrick Gansterer  <paroga at paroga.com>
+
+        Reviewed by Nikolas Zimmermann.
+
         RenderImage::imageChanged invalidates wrong area
         https://bugs.webkit.org/show_bug.cgi?id=43779
 
diff --git a/WebCore/platform/graphics/wince/FontPlatformData.h b/WebCore/platform/graphics/wince/FontPlatformData.h
index 0b973b8..4a174f0 100644
--- a/WebCore/platform/graphics/wince/FontPlatformData.h
+++ b/WebCore/platform/graphics/wince/FontPlatformData.h
@@ -26,9 +26,9 @@
 #define FontPlatformData_h
 
 #include "FontDescription.h"
-#include "StringImpl.h"
 #include <wtf/Forward.h>
 #include <wtf/Noncopyable.h>
+#include <wtf/text/StringImpl.h>
 
 typedef struct tagTEXTMETRICW TEXTMETRIC;
 typedef struct tagLOGFONTW LOGFONT;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list