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

eric at webkit.org eric at webkit.org
Wed Apr 7 23:41:07 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit c7643af5e529bee089c6f8048ec6e3acb890a09c
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Nov 14 00:39:40 2009 +0000

    2009-11-13  Eric Seidel  <eric at webkit.org>
    
            No review, build fix only.
    
            Fix Windows and Chromium builds after http://trac.webkit.org/changeset/50977.
    
            Unify TextBoundaries implementations by only relying on WTF Unicode abstractions
            https://bugs.webkit.org/show_bug.cgi?id=31468
    
            * WebCore.gypi: Rename TextBoundariesICU -> TextBoundaries
            * WebCore.vcproj/WebCore.vcproj: Rename TextBoundariesICU -> TextBoundaries
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50980 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index ab20a86..7d57adc 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2009-11-13  Eric Seidel  <eric at webkit.org>
+
+        No review, build fix only.
+
+        Fix Windows and Chromium builds after http://trac.webkit.org/changeset/50977.
+
+        Unify TextBoundaries implementations by only relying on WTF Unicode abstractions
+        https://bugs.webkit.org/show_bug.cgi?id=31468
+
+        * WebCore.gypi: Rename TextBoundariesICU -> TextBoundaries
+        * WebCore.vcproj/WebCore.vcproj: Rename TextBoundariesICU -> TextBoundaries
+
 2009-11-12  Jeremy Orlow  <jorlow at chromium.org>
 
         Reviewed by Dmitry Titov.
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi
index ace380f..064bb31 100644
--- a/WebCore/WebCore.gypi
+++ b/WebCore/WebCore.gypi
@@ -2581,7 +2581,7 @@
             'platform/text/StringImpl.cpp',
             'platform/text/StringImpl.h',
             'platform/text/TextBoundaries.h',
-            'platform/text/TextBoundariesICU.cpp',
+            'platform/text/TextBoundaries.cpp',
             'platform/text/TextBreakIterator.h',
             'platform/text/TextBreakIteratorICU.cpp',
             'platform/text/TextBreakIteratorInternalICU.h',
diff --git a/WebCore/WebCore.vcproj/WebCore.vcproj b/WebCore/WebCore.vcproj/WebCore.vcproj
index 85a54cb..434d25a 100644
--- a/WebCore/WebCore.vcproj/WebCore.vcproj
+++ b/WebCore/WebCore.vcproj/WebCore.vcproj
@@ -25178,7 +25178,7 @@
 					>
 				</File>
 				<File
-					RelativePath="..\platform\text\TextBoundariesICU.cpp"
+					RelativePath="..\platform\text\TextBoundaries.cpp"
 					>
 				</File>
 				<File

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list