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