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 c24b34a98946d02895465f2eb1ae7ae46af726c8..f0d75756554cb3b6decbfe0784832fe73f31561d 100644 |
--- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h |
+++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h |
@@ -85,7 +85,6 @@ class CORE_EXPORT SpellChecker final : public GarbageCollected<SpellChecker> { |
bool selectionStartHasMarkerFor(DocumentMarker::MarkerType, |
int from, |
int length) const; |
- bool selectionStartHasSpellingMarkerFor(int from, int length) const; |
void updateMarkersForWordsAffectedByEditing( |
bool onlyHandleWordsContainingSelection); |
void cancelCheck(); |