| 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 57ae728f88de85550436a0c2c048a8620cca9ea1..13dd1c0888b897d5d555ae571da74f57849a65bc 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| @@ -84,7 +84,7 @@ public:
|
| bool selectionStartHasSpellingMarkerFor(int from, int length) const;
|
| void updateMarkersForWordsAffectedByEditing(bool onlyHandleWordsContainingSelection);
|
| void cancelCheck();
|
| - void chunkAndMarkAllMisspellingsAndBadGrammar(Node*);
|
| + void chunkAndMarkAllMisspellingsAndBadGrammar(Node*, const EphemeralRange&);
|
| void requestTextChecking(const Element&);
|
|
|
| // Exposed for testing only
|
|
|