Chromium Code Reviews| 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..e58883dc7ba2b94bf913dcc33ce50d5abe7fc6c1 100644 |
| --- a/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.cpp |
| +++ b/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.cpp |
| @@ -55,8 +55,10 @@ 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 |
|
Nico
2016/10/03 17:03:02
put on previous line
hans
2016/10/03 17:33:54
Done.
|
| + // read property. |
| m_voice = voice; |
| if (voice) |