From: eric@webkit.org Date: Sat, 14 Nov 2009 00:39:40 +0000 (+0000) Subject: 2009-11-13 Eric Seidel X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=159871e1e504c5ebbf79ad9ab8df4bdec481656d 2009-11-13 Eric Seidel 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: https://svn.webkit.org/repository/webkit/trunk@50980 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index ab20a866fc14..7d57adc99c24 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,15 @@ +2009-11-13 Eric Seidel + + 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 Reviewed by Dmitry Titov. diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi index ace380fabc2b..064bb310de15 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 85a54cbb05e1..434d25aadf0b 100644 --- a/WebCore/WebCore.vcproj/WebCore.vcproj +++ b/WebCore/WebCore.vcproj/WebCore.vcproj @@ -25178,7 +25178,7 @@ >