| Index: third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| index f3138ab34bc0b5dc1003c5f1a8610350d105df64..57ae728f88de85550436a0c2c048a8620cca9ea1 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| @@ -106,7 +106,6 @@ private:
|
| bool unifiedTextCheckerEnabled() const;
|
|
|
| void chunkAndMarkAllMisspellingsAndBadGrammar(TextCheckingTypeMask textCheckingOptions, const TextCheckingParagraph& fullParagraphToCheck);
|
| - void markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask textCheckingOptions, const EphemeralRange& checkingRange, const EphemeralRange& paragraphRange, int requestNumber, int* checkingLength = 0);
|
|
|
| RawPtrWillBeMember<LocalFrame> m_frame;
|
| const OwnPtrWillBeMember<SpellCheckRequester> m_spellCheckRequester;
|
|
|