diff options
| -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"; } |
