[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Thu Apr 8 00:49:48 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit e3573c825e0a69af78265863eeec67a266c3d467
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