From: paroga@webkit.org Date: Tue, 29 Jan 2013 21:14:58 +0000 (+0000) Subject: Rename TextBreakIteratorWinCE to TextBreakIteratorWchar X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=bc756bbb9e9c526e8f239e7edd61cda3e37d7acc Rename TextBreakIteratorWinCE to TextBreakIteratorWchar https://bugs.webkit.org/show_bug.cgi?id=108094 Reviewed by Ryosuke Niwa. TextBreakIteratorWinCE does not contain any Windows CE specific code. Rename it to TextBreakIteratorWchar to match the name in wtf/unicode. * platform/text/wchar/TextBreakIteratorWchar.cpp: Renamed from Source/WebCore/platform/text/wince/TextBreakIteratorWinCE.cpp. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@141156 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index 706217675499..ac142f0b95cf 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,15 @@ +2013-01-29 Patrick Gansterer + + Rename TextBreakIteratorWinCE to TextBreakIteratorWchar + https://bugs.webkit.org/show_bug.cgi?id=108094 + + Reviewed by Ryosuke Niwa. + + TextBreakIteratorWinCE does not contain any Windows CE specific code. + Rename it to TextBreakIteratorWchar to match the name in wtf/unicode. + + * platform/text/wchar/TextBreakIteratorWchar.cpp: Renamed from Source/WebCore/platform/text/wince/TextBreakIteratorWinCE.cpp. + 2013-01-29 Tommy Widenflycht MediaStream API: A MediaStreamComponent should be able to return the MediaStreamDescriptor it belongs to diff --git a/Source/WebCore/platform/text/wince/TextBreakIteratorWinCE.cpp b/Source/WebCore/platform/text/wchar/TextBreakIteratorWchar.cpp similarity index 100% rename from Source/WebCore/platform/text/wince/TextBreakIteratorWinCE.cpp rename to Source/WebCore/platform/text/wchar/TextBreakIteratorWchar.cpp