diff options
Diffstat (limited to 'WebKit/efl/WebCoreSupport/EditorClientEfl.cpp')
-rw-r--r-- | WebKit/efl/WebCoreSupport/EditorClientEfl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/efl/WebCoreSupport/EditorClientEfl.cpp b/WebKit/efl/WebCoreSupport/EditorClientEfl.cpp index 9184812..6bb961b 100644 --- a/WebKit/efl/WebCoreSupport/EditorClientEfl.cpp +++ b/WebKit/efl/WebCoreSupport/EditorClientEfl.cpp @@ -488,7 +488,7 @@ bool EditorClientEfl::spellingUIIsShowing() return false; } -void EditorClientEfl::getGuessesForWord(const String&, Vector<String>&) +void EditorClientEfl::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses) { notImplemented(); } |