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 4abbd49f9a7470c81b0ebf9547f091d51d059bfe..77d524d575708b528e15003450ea5835fc08bef6 100644 |
--- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h |
+++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h |
@@ -60,8 +60,6 @@ public: |
void toggleSpellCheckingEnabled(); |
void ignoreSpelling(); |
bool isSpellCheckingEnabledInFocusedNode() const; |
- bool isSpellCheckingEnabledFor(const Node*) const; |
- static bool isSpellCheckingEnabledFor(const VisibleSelection&); |
void markMisspellingsAfterApplyingCommand(const CompositeEditCommand&); |
void markAndReplaceFor(SpellCheckRequest*, const Vector<TextCheckingResult>&); |
void advanceToNextMisspelling(bool startBeforeSelection = false); |