[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf

eric at webkit.org eric at webkit.org
Wed Jan 6 00:04:49 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 9be5bf614ec93e01ed209d94049e366f613537d2
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Dec 27 08:55:43 2009 +0000

    2009-12-27  Patrick Gansterer  <paroga at paroga.com>
    
            Reviewed by Eric Seidel.
    
            WinCE buildfix (added missing header)
    
            * platform/text/wince/TextBreakIteratorWince.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52574 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 0121d4a..81e5042 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -2,6 +2,14 @@
 
         Reviewed by Eric Seidel.
 
+        WinCE buildfix (added missing header)
+
+        * platform/text/wince/TextBreakIteratorWince.cpp:
+
+2009-12-27  Patrick Gansterer  <paroga at paroga.com>
+
+        Reviewed by Eric Seidel.
+
         Buildfix after r50760 and some style fixes.
 
         * rendering/RenderThemeWince.cpp:
diff --git a/WebCore/platform/text/wince/TextBreakIteratorWince.cpp b/WebCore/platform/text/wince/TextBreakIteratorWince.cpp
index 26a5be2..7f46e4f 100644
--- a/WebCore/platform/text/wince/TextBreakIteratorWince.cpp
+++ b/WebCore/platform/text/wince/TextBreakIteratorWince.cpp
@@ -23,6 +23,7 @@
 #include "TextBreakIterator.h"
 
 #include "PlatformString.h"
+#include <wtf/StdLibExtras.h>
 #include <wtf/unicode/Unicode.h>
 
 using namespace WTF::Unicode;
@@ -308,4 +309,4 @@ TextBreakIterator* cursorMovementIterator(const UChar* string, int length)
     return characterBreakIterator(string, length);
 }
 
-}
+} // namespace WebCore

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list