Index: Source/platform/speech/PlatformSpeechSynthesizer.cpp |
diff --git a/Source/platform/speech/PlatformSpeechSynthesizer.cpp b/Source/platform/speech/PlatformSpeechSynthesizer.cpp |
index e5a0b583e58a66f0673d4bfb8f4b3f97bedef815..479b5d10fdd2922592928303a01b211b05b66ea0 100644 |
--- a/Source/platform/speech/PlatformSpeechSynthesizer.cpp |
+++ b/Source/platform/speech/PlatformSpeechSynthesizer.cpp |
@@ -78,7 +78,7 @@ void PlatformSpeechSynthesizer::cancel() |
m_webSpeechSynthesizer->cancel(); |
} |
-void PlatformSpeechSynthesizer::setVoiceList(HeapVector<Member<PlatformSpeechSynthesisVoice> >& voices) |
+void PlatformSpeechSynthesizer::setVoiceList(HeapVector<Member<PlatformSpeechSynthesisVoice>>& voices) |
{ |
m_voiceList = voices; |
} |