diff options
Diffstat (limited to 'WebCore/platform/text/android')
-rw-r--r-- | WebCore/platform/text/android/TextBreakIteratorInternalICU.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WebCore/platform/text/android/TextBreakIteratorInternalICU.cpp b/WebCore/platform/text/android/TextBreakIteratorInternalICU.cpp index 9bebe74..fc31fc9 100644 --- a/WebCore/platform/text/android/TextBreakIteratorInternalICU.cpp +++ b/WebCore/platform/text/android/TextBreakIteratorInternalICU.cpp @@ -28,6 +28,12 @@ namespace WebCore { +const char* currentSearchLocaleID() +{ + // TODO(benm): Implement. Should return system locale. + return ""; +} + const char* currentTextBreakLocaleID() { return "en_us"; |