| Index: third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.cpp
|
| diff --git a/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.cpp b/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.cpp
|
| index 8b0c2c7dfa2302843397d22d4e04d7b827d87d6a..14ec0006c43aea35864f82ccceb34493f4b9c3a4 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.cpp
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.cpp
|
| @@ -55,8 +55,9 @@ SpeechSynthesisVoice* SpeechSynthesisUtterance::voice() const {
|
| }
|
|
|
| void SpeechSynthesisUtterance::setVoice(SpeechSynthesisVoice* voice) {
|
| - // Cache our own version of the SpeechSynthesisVoice so that we don't have to do some lookup
|
| - // to go from the platform voice back to the speech synthesis voice in the read property.
|
| + // Cache our own version of the SpeechSynthesisVoice so that we don't have to
|
| + // do some lookup to go from the platform voice back to the speech synthesis
|
| + // voice in the read property.
|
| m_voice = voice;
|
|
|
| if (voice)
|
|
|