| Index: chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
|
| diff --git a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
|
| index 22920a7bd6bfd12545da40cfdbbfbcf2c58f9af1..b8b0e50d44c57214a57ad6e8668ac4b36b734323 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
|
| +++ b/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
|
| @@ -182,7 +182,8 @@ void SpellcheckHunspellDictionary::Load() {
|
| spellcheck_mac::PlatformSupportsLanguage(language_)) {
|
| use_platform_spellchecker_ = true;
|
| spellcheck_mac::SetLanguage(language_);
|
| - MessageLoop::current()->PostTask(FROM_HERE,
|
| + base::MessageLoop::current()->PostTask(
|
| + FROM_HERE,
|
| base::Bind(
|
| &SpellcheckHunspellDictionary::InformListenersOfInitialization,
|
| weak_ptr_factory_.GetWeakPtr()));
|
|
|