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