| Index: third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h
|
| index f66e008e535d967597418d4343ba39b616aa727a..0d85d37ae67038ec798c0ba956f072756e79d735 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h
|
| @@ -89,10 +89,7 @@ public:
|
| ~TextCheckingHelper();
|
|
|
| String findFirstMisspelling(int& firstMisspellingOffset, bool markAll);
|
| - String findFirstMisspellingOrBadGrammar(bool& outIsSpelling, int& outFirstFoundOffset, GrammarDetail& outGrammarDetail);
|
| - String findFirstBadGrammar(GrammarDetail& outGrammarDetail, int& outGrammarPhraseOffset, bool markAll);
|
| bool markAllMisspellings();
|
| - void markAllBadGrammar();
|
|
|
| private:
|
| SpellCheckerClient* m_client;
|
|
|