| Index: chrome/renderer/spellchecker/spellcheck_provider.cc
|
| diff --git a/chrome/renderer/spellchecker/spellcheck_provider.cc b/chrome/renderer/spellchecker/spellcheck_provider.cc
|
| index 2efe975b94828335dfe639c6b4b80cdb71c0a0b6..48849f686629a44dc8a406f34fbc2ccb6483e45d 100644
|
| --- a/chrome/renderer/spellchecker/spellcheck_provider.cc
|
| +++ b/chrome/renderer/spellchecker/spellcheck_provider.cc
|
| @@ -75,7 +75,8 @@ void SpellCheckProvider::RequestTextChecking(
|
| Send(new SpellCheckHostMsg_RequestTextCheck(
|
| routing_id(),
|
| text_check_completions_.Add(completion),
|
| - text));
|
| + text,
|
| + markers));
|
| #else
|
| Send(new SpellCheckHostMsg_CallSpellingService(
|
| routing_id(),
|
|
|