| 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 a7c9a204ab31603c16219323f2d01d87efb89fe6..f66e008e535d967597418d4343ba39b616aa727a 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h
|
| @@ -99,7 +99,6 @@ private:
|
| Position m_start;
|
| Position m_end;
|
|
|
| - int findFirstGrammarDetail(const Vector<GrammarDetail>& grammarDetails, int badGrammarPhraseLocation, int startOffset, int endOffset, bool markAll) const;
|
| bool unifiedTextCheckerEnabled() const;
|
| };
|
|
|
|
|