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 3b0c4b06460ec3d3f6a62c2c34397a776de5e56f..7560d14e08c5610aa346a6bce525967fad15fbdf 100644 |
--- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h |
+++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h |
@@ -60,7 +60,7 @@ public: |
void toggleSpellCheckingEnabled(); |
void ignoreSpelling(); |
bool isSpellCheckingEnabledInFocusedNode() const; |
- bool isSpellCheckingEnabledFor(Node*) const; |
+ bool isSpellCheckingEnabledFor(const Node*) const; |
static bool isSpellCheckingEnabledFor(const VisibleSelection&); |
void markMisspellingsAfterApplyingCommand(const CompositeEditCommand&); |
void markAndReplaceFor(SpellCheckRequest*, const Vector<TextCheckingResult>&); |