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 6782bea8080a33de369ffd1fd403f2a8287f7197..c24b34a98946d02895465f2eb1ae7ae46af726c8 100644 |
--- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h |
+++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h |
@@ -68,7 +68,7 @@ class CORE_EXPORT SpellChecker final : public GarbageCollected<SpellChecker> { |
void advanceToNextMisspelling(bool startBeforeSelection = false); |
void showSpellingGuessPanel(); |
void didBeginEditing(Element*); |
- void clearMisspellingsForMovingParagraphs(const VisibleSelection&); |
+ void clearMisspellingsForMovingParagraphs(const SelectionInDOMTree&); |
void markMisspellingsForMovingParagraphs(const VisibleSelection&); |
void respondToChangedContents(); |
void respondToChangedSelection(const Position& oldSelectionStart, |