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

Unified Diff: Source/platform/speech/PlatformSpeechSynthesizer.cpp

Issue 858663002: Fix template angle bracket syntax in platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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
« no previous file with comments | « Source/platform/speech/PlatformSpeechSynthesizer.h ('k') | Source/platform/text/BidiResolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « Source/platform/speech/PlatformSpeechSynthesizer.h ('k') | Source/platform/text/BidiResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698