diff options
author | Steve Block <steveblock@google.com> | 2009-11-20 15:57:33 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2009-11-20 15:57:33 +0000 |
commit | 0fe0644cbf5856749c10033905091fd83bca0814 (patch) | |
tree | f3053fe4e6a65654c284953fb8765984b7006ca4 /WebCore/platform/text/android | |
parent | 16cdc1c75e84e6c6fed91095d72520f4cc5b5237 (diff) | |
download | external_webkit-0fe0644cbf5856749c10033905091fd83bca0814.zip external_webkit-0fe0644cbf5856749c10033905091fd83bca0814.tar.gz external_webkit-0fe0644cbf5856749c10033905091fd83bca0814.tar.bz2 |
Bring TextBreakIteratorInternalICU.cpp in to line with WebKit version.
Note that this is a comment change only.
See http://trac.webkit.org/changeset/45762#file3
Change-Id: Id484e955a5aeb948dc8068626e8013dbad757e22
Diffstat (limited to 'WebCore/platform/text/android')
-rw-r--r-- | WebCore/platform/text/android/TextBreakIteratorInternalICU.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/platform/text/android/TextBreakIteratorInternalICU.cpp b/WebCore/platform/text/android/TextBreakIteratorInternalICU.cpp index fc31fc9..9732e92 100644 --- a/WebCore/platform/text/android/TextBreakIteratorInternalICU.cpp +++ b/WebCore/platform/text/android/TextBreakIteratorInternalICU.cpp @@ -30,12 +30,13 @@ namespace WebCore { const char* currentSearchLocaleID() { - // TODO(benm): Implement. Should return system locale. + // FIXME: Should use system locale. return ""; } const char* currentTextBreakLocaleID() { + // FIXME: Should use system locale. return "en_us"; } |