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

barraclough at apple.com barraclough at apple.com
Wed Dec 22 11:53:13 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5273539c2641e929fbbbb9766d5548f5864b215c
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 10 18:22:19 2010 +0000

    Chromium build fix
    
    * platform/graphics/chromium/FontPlatformDataLinux.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65079 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 42c4750..6777882 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-08-10  Gavin Barraclough  <barraclough at apple.com>
 
+        Chromium build fix
+
+        * platform/graphics/chromium/FontPlatformDataLinux.h:
+
+2010-08-10  Gavin Barraclough  <barraclough at apple.com>
+
         Rubber stamped by Sam Weinig.
 
         Bug 43786 - Move AtomicStringHash from WebCore to WTF
diff --git a/WebCore/platform/graphics/chromium/FontPlatformDataLinux.h b/WebCore/platform/graphics/chromium/FontPlatformDataLinux.h
index de12832..363e55f 100644
--- a/WebCore/platform/graphics/chromium/FontPlatformDataLinux.h
+++ b/WebCore/platform/graphics/chromium/FontPlatformDataLinux.h
@@ -32,10 +32,10 @@
 #define FontPlatformDataLinux_h
 
 #include "FontRenderStyle.h"
-#include "StringImpl.h"
 #include <wtf/Forward.h>
 #include <wtf/RefPtr.h>
 #include <wtf/text/CString.h>
+#include <wtf/text/StringImpl.h>
 #include <SkPaint.h>
 
 class SkTypeface;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list