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 d5b9ca5ff47c7c60e5d00ff471db79af9e45907c..6782bea8080a33de369ffd1fd403f2a8287f7197 100644 |
--- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h |
+++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h |
@@ -126,7 +126,7 @@ class CORE_EXPORT SpellChecker final : public GarbageCollected<SpellChecker> { |
void markMisspellingsAfterReplaceSelectionCommand( |
const ReplaceSelectionCommand&); |
- void removeMarkers(const VisibleSelection&, DocumentMarker::MarkerTypes); |
+ void removeMarkers(const EphemeralRange&, DocumentMarker::MarkerTypes); |
void markMisspellingsInternal(const VisibleSelection&); |
void chunkAndMarkAllMisspellings( |