| Index: Source/core/editing/SpellChecker.h
|
| diff --git a/Source/core/editing/SpellChecker.h b/Source/core/editing/SpellChecker.h
|
| index 528aa14643eb72182fbaef47ca8dda858af5ed9e..a250396a34f91a0ff12f6a9ee6362874ebc6738d 100644
|
| --- a/Source/core/editing/SpellChecker.h
|
| +++ b/Source/core/editing/SpellChecker.h
|
| @@ -72,6 +72,7 @@ public:
|
| void respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions);
|
| void replaceMisspelledRange(const String&);
|
| void removeSpellingMarkers();
|
| + void removeSpellingMarkersUnderWords(const Vector<String>& words);
|
| void spellCheckAfterBlur();
|
| void spellCheckOldSelection(const VisibleSelection& oldSelection, const VisibleSelection& newAdjacentWords);
|
|
|
|
|