| Index: chrome/browser/tab_contents/spelling_menu_observer.cc
|
| diff --git a/chrome/browser/tab_contents/spelling_menu_observer.cc b/chrome/browser/tab_contents/spelling_menu_observer.cc
|
| index 46f3e14d73dc4e72b46d01a644f659b7822efa90..c1eb6cfff926eb53c67dfba102aa72e6f0ab979a 100644
|
| --- a/chrome/browser/tab_contents/spelling_menu_observer.cc
|
| +++ b/chrome/browser/tab_contents/spelling_menu_observer.cc
|
| @@ -288,7 +288,7 @@ void SpellingMenuObserver::ExecuteCommand(int command_id) {
|
| SpellcheckService* spellcheck =
|
| SpellcheckServiceFactory::GetForContext(profile);
|
| if (spellcheck) {
|
| - spellcheck->GetCustomDictionary()->AddWord(UTF16ToUTF8(
|
| + spellcheck->GetCustomDictionary()->AddWord(base::UTF16ToUTF8(
|
| misspelled_word_));
|
| spellcheck->GetFeedbackSender()->AddedToDictionary(misspelling_hash_);
|
| }
|
|
|