| Summary: | AX: imported/w3c/web-platform-tests/speech-api/SpeechSynthesis (layout-tests) are constant text failures | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | chris fleizach <cfleizach> | ||||||||
| Component: | Accessibility | Assignee: | chris fleizach <cfleizach> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | andresg_22, webkit-bug-importer | ||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||
| Version: | WebKit Nightly Build | ||||||||||
| Hardware: | All | ||||||||||
| OS: | All | ||||||||||
| Attachments: |
|
||||||||||
|
Description
chris fleizach
2022-03-15 01:02:00 PDT
Created attachment 454678 [details]
patch
(In reply to chris fleizach from comment #2) > Created attachment 454678 [details] > patch --- a/Source/WebCore/ChangeLog +++ a/Source/WebCore/ChangeLog + This test failure was being a previous speech job was canceled, and a new one started. This sentence sounds weird to me, perhaps "was being" -> "was due to" or "was happening when". But I'm not English grammar expert :-). --- a/Source/WebCore/platform/PlatformSpeechSynthesisUtterance.h +++ a/Source/WebCore/platform/PlatformSpeechSynthesisUtterance.h + id platformSpeechUtteranceWrapper() const { return m_platformSpeechUtteranceWrapper.get(); } + void setPlatformSpeechUtteranceWrapper(id utterance) { m_platformSpeechUtteranceWrapper = utterance; } These names can be shortened to just wrapper() and setWrapper(...) like all other getters and setters in the class. Created attachment 454737 [details]
patch
Created attachment 454770 [details]
patch
Committed r291344 (248483@main): <https://commits.webkit.org/248483@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 454770 [details]. |