diff options
Diffstat (limited to 'WebKitTools/DumpRenderTree/chromium/MockSpellCheck.h')
-rw-r--r-- | WebKitTools/DumpRenderTree/chromium/MockSpellCheck.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKitTools/DumpRenderTree/chromium/MockSpellCheck.h b/WebKitTools/DumpRenderTree/chromium/MockSpellCheck.h index c680340..dcd37f3 100644 --- a/WebKitTools/DumpRenderTree/chromium/MockSpellCheck.h +++ b/WebKitTools/DumpRenderTree/chromium/MockSpellCheck.h @@ -62,6 +62,7 @@ public: int* misspelledOffset, int* misspelledLength); + void fillSuggestionList(const WebKit::WebString& word, Vector<WebKit::WebString>* suggestions); private: // Initialize the internal resources if we need to initialize it. // Initializing this object may take long time. To prevent from hurting |