summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/text/TextBreakIteratorInternalICU.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/text/TextBreakIteratorInternalICU.h')
-rw-r--r--WebCore/platform/text/TextBreakIteratorInternalICU.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebCore/platform/text/TextBreakIteratorInternalICU.h b/WebCore/platform/text/TextBreakIteratorInternalICU.h
index d4b25e7..68b7003 100644
--- a/WebCore/platform/text/TextBreakIteratorInternalICU.h
+++ b/WebCore/platform/text/TextBreakIteratorInternalICU.h
@@ -21,10 +21,12 @@
#ifndef TextBreakIteratorInternalICU_h
#define TextBreakIteratorInternalICU_h
-#include <wtf/unicode/Unicode.h>
+// FIXME: Now that this handles locales for ICU, not just for text breaking,
+// this file and the various implementation files should be renamed.
namespace WebCore {
+ const char* currentSearchLocaleID();
const char* currentTextBreakLocaleID();
}