diff options
Diffstat (limited to 'WebCore/editing/Editor.h')
-rw-r--r-- | WebCore/editing/Editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/editing/Editor.h b/WebCore/editing/Editor.h index 67a4b59..5b0cc9c 100644 --- a/WebCore/editing/Editor.h +++ b/WebCore/editing/Editor.h @@ -196,6 +196,7 @@ public: Vector<String> guessesForMisspelledSelection(); Vector<String> guessesForUngrammaticalSelection(); Vector<String> guessesForMisspelledOrUngrammaticalSelection(bool& misspelled, bool& ungrammatical); + bool spellCheckingEnabledInFocusedNode() const; void markMisspellingsAfterTypingToPosition(const VisiblePosition&); void markMisspellings(const VisibleSelection&, RefPtr<Range>& firstMisspellingRange); void markBadGrammar(const VisibleSelection&); |