| 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 7560d14e08c5610aa346a6bce525967fad15fbdf..4abbd49f9a7470c81b0ebf9547f091d51d059bfe 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| @@ -113,7 +113,7 @@ private:
|
|
|
| void removeMarkers(const VisibleSelection&, DocumentMarker::MarkerTypes);
|
|
|
| - void chunkAndMarkAllMisspellingsAndBadGrammar(const TextCheckingParagraph& fullParagraphToCheck);
|
| + void chunkAndMarkAllMisspellingsAndBadGrammar(const EphemeralRange&);
|
| void spellCheckOldSelection(const VisibleSelection& oldSelection, const VisibleSelection& newAdjacentWords);
|
|
|
| Member<LocalFrame> m_frame;
|
|
|