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

alice.liu at apple.com alice.liu at apple.com
Wed Dec 22 11:53:21 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b1640a84c86ce53154c77086841d1cac36e06dff
Author: alice.liu at apple.com <alice.liu at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 10 19:52:00 2010 +0000

    Chromium build fix attempt.  not reviewed
    
    * platform/text/TextBoundaries.cpp: use correct stringimplh include
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65084 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index c44548e..7cb2be7 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-10  Alice Liu  <alice.liu at apple.com>
+
+        Chromium build fix attempt.  not reviewed
+        
+        * platform/text/TextBoundaries.cpp: use correct stringimplh include
+
 2010-08-10  Jian Li  <jianli at chromium.org>
 
         Chromium build fix.
diff --git a/WebCore/platform/text/TextBoundaries.cpp b/WebCore/platform/text/TextBoundaries.cpp
index 2455f6d..8eaffca 100644
--- a/WebCore/platform/text/TextBoundaries.cpp
+++ b/WebCore/platform/text/TextBoundaries.cpp
@@ -27,8 +27,8 @@
 #include "config.h"
 #include "TextBoundaries.h"
 
-#include "StringImpl.h"
 #include "TextBreakIterator.h"
+#include <wtf/text/StringImpl.h>
 #include <wtf/unicode/Unicode.h>
 
 using namespace WTF;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list