chore: remove WebKit leftovers after it was renamed to Blink (#35966)
This commit is contained in:
parent
ee7cf5a6d4
commit
8212616c76
6 changed files with 6 additions and 7 deletions
|
@ -64,7 +64,7 @@ class SpellCheckClient::SpellcheckRequest {
|
|||
private:
|
||||
std::u16string text_; // Text to be checked in this task.
|
||||
std::vector<Word> word_list_; // List of Words found in text
|
||||
// The interface to send the misspelled ranges to WebKit.
|
||||
// The interface to send the misspelled ranges to Blink.
|
||||
std::unique_ptr<blink::WebTextCheckingCompletion> completion_;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue