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
+2013-01-29 Patrick Gansterer <paroga@webkit.org>
+
+ 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 <tommyw@google.com>
MediaStream API: A MediaStreamComponent should be able to return the MediaStreamDescriptor it belongs to