summaryrefslogtreecommitdiffstats
path: root/WebKit/haiku/WebCoreSupport/EditorClientHaiku.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/haiku/WebCoreSupport/EditorClientHaiku.cpp')
-rw-r--r--WebKit/haiku/WebCoreSupport/EditorClientHaiku.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/haiku/WebCoreSupport/EditorClientHaiku.cpp b/WebKit/haiku/WebCoreSupport/EditorClientHaiku.cpp
index deca47a..bdd7eb8 100644
--- a/WebKit/haiku/WebCoreSupport/EditorClientHaiku.cpp
+++ b/WebKit/haiku/WebCoreSupport/EditorClientHaiku.cpp
@@ -461,7 +461,7 @@ bool EditorClientHaiku::spellingUIIsShowing()
return false;
}
-void EditorClientHaiku::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses)
+void EditorClientHaiku::getGuessesForWord(const String&, Vector<String>&)
{
notImplemented();
}