| 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 952fed7f3175ff763303faed6e1a425bab353bed..2f1d8eb2a0db7e7c77554115639b12df0dfcead9 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| @@ -83,7 +83,6 @@ class CORE_EXPORT SpellChecker final : public GarbageCollected<SpellChecker> {
|
| void updateMarkersForWordsAffectedByEditing(
|
| bool onlyHandleWordsContainingSelection);
|
| void cancelCheck();
|
| - void requestTextChecking(const Element&);
|
|
|
| // Exposed for testing only
|
| SpellCheckRequester& spellCheckRequester() const {
|
|
|