Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h

Issue 2781213002: Remove useless SpellChecker::clearMisspellingsForMovingParagraphs() (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 d14190f4cbf07b110c273046028be80c3d21ea9a..72f36dffb42d5c9747d591cb7af20e677f2980b1 100644
--- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
+++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
@@ -68,7 +68,6 @@ class CORE_EXPORT SpellChecker final : public GarbageCollected<SpellChecker> {
void advanceToNextMisspelling(bool startBeforeSelection);
void showSpellingGuessPanel();
void didBeginEditing(Element*);
- void clearMisspellingsForMovingParagraphs(const SelectionInDOMTree&);
void markMisspellingsForMovingParagraphs(const VisibleSelection&);
void respondToChangedContents();
void respondToChangedSelection(const Position& oldSelectionStart,

Powered by Google App Engine
This is Rietveld 408576698