| 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)
|
|
|