| Index: components/spellcheck/renderer/spellcheck_provider.cc
|
| diff --git a/components/spellcheck/renderer/spellcheck_provider.cc b/components/spellcheck/renderer/spellcheck_provider.cc
|
| index 07874216a6f641877c75f9a574befa52934cf8dd..066085c7c694e15e843ed214d2c0270a16883f87 100644
|
| --- a/components/spellcheck/renderer/spellcheck_provider.cc
|
| +++ b/components/spellcheck/renderer/spellcheck_provider.cc
|
| @@ -235,10 +235,6 @@ bool SpellCheckProvider::HasWordCharacters(
|
|
|
| #if defined(USE_BROWSER_SPELLCHECKER)
|
| void SpellCheckProvider::OnAdvanceToNextMisspelling() {
|
| - if (!render_view()->GetWebView())
|
| - return;
|
| - render_view()->GetWebView()->focusedFrame()->executeCommand(
|
| - WebString::fromUTF8("AdvanceToNextMisspelling"));
|
| }
|
|
|
| void SpellCheckProvider::OnRespondTextCheck(
|
|
|