summaryrefslogtreecommitdiffstats
path: root/WebKit/efl/WebCoreSupport/EditorClientEfl.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/efl/WebCoreSupport/EditorClientEfl.h')
-rw-r--r--WebKit/efl/WebCoreSupport/EditorClientEfl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/efl/WebCoreSupport/EditorClientEfl.h b/WebKit/efl/WebCoreSupport/EditorClientEfl.h
index b108ab6..9f60cfb 100644
--- a/WebKit/efl/WebCoreSupport/EditorClientEfl.h
+++ b/WebKit/efl/WebCoreSupport/EditorClientEfl.h
@@ -110,7 +110,7 @@ public:
virtual void updateSpellingUIWithMisspelledWord(const String&);
virtual void showSpellingUI(bool show);
virtual bool spellingUIIsShowing();
- virtual void getGuessesForWord(const String& word, const String& context, WTF::Vector<String>& guesses);
+ virtual void getGuessesForWord(const String&, WTF::Vector<String>& guesses);
virtual void willSetInputMethodState();
virtual void setInputMethodState(bool enabled);