Index: Source/core/editing/spellcheck/SpellChecker.h |
diff --git a/Source/core/editing/spellcheck/SpellChecker.h b/Source/core/editing/spellcheck/SpellChecker.h |
index bf418214c18f5abfc4599d9f7f3f7c8652f4f655..aa242b59e2f5c256c242408a940f13dadb6b2caf 100644 |
--- a/Source/core/editing/spellcheck/SpellChecker.h |
+++ b/Source/core/editing/spellcheck/SpellChecker.h |
@@ -67,7 +67,7 @@ public: |
void markBadGrammar(const VisibleSelection&); |
void markMisspellingsAndBadGrammar(const VisibleSelection& spellingSelection, bool markGrammar, const VisibleSelection& grammarSelection); |
void markAndReplaceFor(PassRefPtrWillBeRawPtr<SpellCheckRequest>, const Vector<TextCheckingResult>&); |
- void markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask, Range* spellingRange, Range* grammarRange); |
+ void markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask, const EphemeralRange& spellingRange, const EphemeralRange& grammarRange); |
void advanceToNextMisspelling(bool startBeforeSelection = false); |
void showSpellingGuessPanel(); |
void didBeginEditing(Element*); |