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

paroga at webkit.org paroga at webkit.org
Wed Dec 22 14:41:51 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 3fd4a5a628ed9c4de0f1d85b440cf82f58a87306
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Oct 16 20:00:36 2010 +0000

    2010-10-16  Patrick Gansterer  <paroga at webkit.org>
    
            Unreviewed, build fix.
    
            WinCE build fix for r69798.
    
            * platform/text/wince/TextCodecWinCE.cpp: Added missing include.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69915 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 9d399e8..b5cd319 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2010-10-16  Patrick Gansterer  <paroga at webkit.org>
+
+        Unreviewed, build fix.
+
+        WinCE build fix for r69798.
+
+        * platform/text/wince/TextCodecWinCE.cpp: Added missing include.
+
 2010-10-16  Johnny Ding  <jnd at chromium.org>
 
         Reviewed by Adam Barth.
diff --git a/WebCore/platform/text/wince/TextCodecWinCE.cpp b/WebCore/platform/text/wince/TextCodecWinCE.cpp
index 82454f5..da6d5a5 100644
--- a/WebCore/platform/text/wince/TextCodecWinCE.cpp
+++ b/WebCore/platform/text/wince/TextCodecWinCE.cpp
@@ -32,6 +32,7 @@
 #include <winnls.h>
 #include <wtf/HashMap.h>
 #include <wtf/HashSet.h>
+#include <wtf/text/CString.h>
 #include <wtf/text/StringConcatenate.h>
 #include <wtf/text/StringHash.h>
 #include <wtf/unicode/UTF8.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list