diff options
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r-- | chrome/browser/profile.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc index dacbe95..745b1a8 100644 --- a/chrome/browser/profile.cc +++ b/chrome/browser/profile.cc @@ -853,7 +853,7 @@ SpellChecker* ProfileImpl::GetSpellChecker() { prefs::kSpellCheckDictionary); spellchecker_ = new SpellChecker(dict_dir, dictionary_name, - GetRequestContext()); + GetRequestContext(), L""); spellchecker_->AddRef(); // Manual refcounting. } return spellchecker_; |