| Index: chrome/renderer/spellchecker/cocoa_spelling_engine_mac.cc
|
| diff --git a/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.cc b/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.cc
|
| index 4ad831d6f0e9d2c1fc7484b9825f4e2692877f4a..f0f96c0edf383d2819a4573679009c97fa284cdb 100644
|
| --- a/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.cc
|
| +++ b/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.cc
|
| @@ -47,10 +47,10 @@ void CocoaSpellingEngine::FillSuggestionList(
|
| wrong_word, optional_suggestions));
|
| }
|
|
|
| -void CocoaSpellingEngine::OnWordAdded(const std::string&) {
|
| +void CocoaSpellingEngine::OnWordsAdded(const std::vector<std::string>&) {
|
| // OSX doesn't support the custom dictionary yet.
|
| }
|
|
|
| -void CocoaSpellingEngine::OnWordRemoved(const std::string&) {
|
| +void CocoaSpellingEngine::OnWordsRemoved(const std::vector<std::string>&) {
|
| // OSX doesn't support the custom dictionary yet.
|
| }
|
|
|