chore: remove WebKit leftovers after it was renamed to Blink (#35966)

This commit is contained in:
Milan Burda 2022-10-12 02:01:57 +02:00 committed by GitHub
parent ee7cf5a6d4
commit 8212616c76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 7 deletions

View file

@ -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_;
};