| 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 394ab8b2935111e38a992fb1e2b314366a39e591..5c057b673b20ce29672e57dd5fbb1a7a517fa659 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| @@ -77,6 +77,7 @@ class CORE_EXPORT SpellChecker final : public GarbageCollected<SpellChecker> {
|
| TypingContinuation);
|
| Optional<std::pair<Node*, SpellCheckMarker*>>
|
| GetSpellCheckMarkerUnderSelection();
|
| + String SelectMisspellingAsync(String& description);
|
| void ReplaceMisspelledRange(const String&);
|
| void RemoveSpellingMarkers();
|
| void RemoveSpellingMarkersUnderWords(const Vector<String>& words);
|
|
|