summaryrefslogtreecommitdiff
path: root/Source/WebCore/platform/text/gtk/TextCheckerEnchant.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/text/gtk/TextCheckerEnchant.h')
-rw-r--r--Source/WebCore/platform/text/gtk/TextCheckerEnchant.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/text/gtk/TextCheckerEnchant.h b/Source/WebCore/platform/text/gtk/TextCheckerEnchant.h
index 739755e42..e7a980978 100644
--- a/Source/WebCore/platform/text/gtk/TextCheckerEnchant.h
+++ b/Source/WebCore/platform/text/gtk/TextCheckerEnchant.h
@@ -42,6 +42,7 @@ public:
void checkSpellingOfString(const String&, int& misspellingLocation, int& misspellingLength);
Vector<String> getGuessesForWord(const String&);
void updateSpellCheckingLanguages(const String& languages);
+ String getSpellCheckingLanguages();
private:
TextCheckerEnchant();