| Index: third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| index b2656cd6b9bba0edda534507e9a27f31abab48e5..c99df19f965dd89994c5410bc1e645131aca48aa 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| @@ -1019,12 +1019,6 @@ bool SpellChecker::selectionStartHasMarkerFor(
|
| return false;
|
| }
|
|
|
| -// TODO(editing-dev): No one uses this function. Remove it.
|
| -bool SpellChecker::selectionStartHasSpellingMarkerFor(int from,
|
| - int length) const {
|
| - return selectionStartHasMarkerFor(DocumentMarker::Spelling, from, length);
|
| -}
|
| -
|
| void SpellChecker::removeMarkers(const EphemeralRange& range,
|
| DocumentMarker::MarkerTypes markerTypes) {
|
| DCHECK(!frame().document()->needsLayoutTreeUpdate());
|
|
|