[webkit-reviews] review granted: [Bug 220073] Stop speech recognition if page becomes invisible : [Attachment 416640] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 4 01:58:54 PST 2021
youenn fablet <youennf at gmail.com> has granted review:
Bug 220073: Stop speech recognition if page becomes invisible
https://bugs.webkit.org/show_bug.cgi?id=220073
Attachment 416640: Patch
https://bugs.webkit.org/attachment.cgi?id=416640&action=review
--- Comment #5 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 416640
--> https://bugs.webkit.org/attachment.cgi?id=416640
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=416640&action=review
> Source/WebKit/UIProcess/SpeechRecognitionServer.cpp:177
> + auto error = WebCore::SpeechRecognitionError {
WebCore::SpeechRecognitionErrorType::Aborted, "Page became invisible"_s };
s/Page became invisible/Page is no longer visible/
More information about the webkit-reviews
mailing list