| 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 82bed5f90a1fa5e49fec7803ac7af268f5792734..496674013454f038a7076fc34e4a1f503101e046 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| @@ -102,7 +102,6 @@ private:
|
| }
|
|
|
| void markMisspellings(const VisibleSelection&);
|
| - void markMisspellingsAndBadGrammar(const VisibleSelection& spellingSelection, bool markGrammar, const VisibleSelection& grammarSelection);
|
| void markAllMisspellingsInRange(const EphemeralRange& spellingRange);
|
| void spellCheckOldSelection(const VisibleSelection& oldSelection, const VisibleSelection& newAdjacentWords);
|
|
|
|
|