Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: Source/modules/speech/SpeechSynthesisUtterance.cpp

Issue 884973003: Extend PlatformSpeechSynthesizerMock with an utterance queue. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: minor test tidying Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/speech/SpeechSynthesisUtterance.cpp
diff --git a/Source/modules/speech/SpeechSynthesisUtterance.cpp b/Source/modules/speech/SpeechSynthesisUtterance.cpp
index 69a53b1873d99de5817d5a0d4d07b8ef39e0736a..8d45439a1f0eefc5bf901367e4079c2e59100548 100644
--- a/Source/modules/speech/SpeechSynthesisUtterance.cpp
+++ b/Source/modules/speech/SpeechSynthesisUtterance.cpp
@@ -56,7 +56,7 @@ const AtomicString& SpeechSynthesisUtterance::interfaceName() const
SpeechSynthesisVoice* SpeechSynthesisUtterance::voice() const
{
- return m_voice.get();
+ return m_voice;
}
void SpeechSynthesisUtterance::setVoice(SpeechSynthesisVoice* voice)
« no previous file with comments | « Source/modules/speech/SpeechSynthesis.cpp ('k') | Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698