Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 61e71fb6931bc84319aa55dfeeeedc6028db640a
https://github.com/WebKit/WebKit/commit/61e71fb6931bc84319aa55dfeeeedc6028db640a
Author: Philippe Normand <[email protected]>
Date: 2023-04-17 (Mon, 17 Apr 2023)
Changed paths:
M Source/WebCore/platform/gstreamer/PlatformSpeechSynthesizerGStreamer.cpp
Log Message:
-----------
[GStreamer] fast/speechsynthesis/speech-synthesis-utterance-uses-voice.html
is flaky crashing
https://bugs.webkit.org/show_bug.cgi?id=255483
Reviewed by Xabier Rodriguez-Calvar.
Store the PlatformSpeechSynthesizer as a const reference in the GStreamer
wrapper in order to avoid
a strong reference cycle.
* Source/WebCore/platform/gstreamer/PlatformSpeechSynthesizerGStreamer.cpp:
(WebCore::GstSpeechSynthesisWrapper::GstSpeechSynthesisWrapper):
(WebCore::GstSpeechSynthesisWrapper::pause):
(WebCore::GstSpeechSynthesisWrapper::resume):
(WebCore::GstSpeechSynthesisWrapper::speakUtterance):
(WebCore::GstSpeechSynthesisWrapper::cancel):
(WebCore::PlatformSpeechSynthesizer::speak):
Canonical link: https://commits.webkit.org/263021@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes