diff options
author | Ben Murdoch <benm@google.com> | 2009-08-17 21:02:23 +0100 |
---|---|---|
committer | Ben Murdoch <benm@google.com> | 2009-08-17 21:02:23 +0100 |
commit | b32f88b61a9162a5194ab02c12fc3aff6140e30e (patch) | |
tree | 0140a21d6c949df5dc674aee32e5e032cbf6cf1c /WebCore/platform/text/android | |
parent | e8fa33c2275a5db4e835561017e8fc2fd0b5bcc5 (diff) | |
download | external_webkit-b32f88b61a9162a5194ab02c12fc3aff6140e30e.zip external_webkit-b32f88b61a9162a5194ab02c12fc3aff6140e30e.tar.gz external_webkit-b32f88b61a9162a5194ab02c12fc3aff6140e30e.tar.bz2 |
Fix the last of the linker errors !
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"; |