| Index: chrome/browser/extensions/extension_tts_api_win.cc
|
| diff --git a/chrome/browser/extensions/extension_tts_api_win.cc b/chrome/browser/extensions/extension_tts_api_win.cc
|
| index 05be9714105a728fee84f34eb526613dfd5b2d33..b4bbf81e33212cc10411dcb183879f6168d75dd5 100644
|
| --- a/chrome/browser/extensions/extension_tts_api_win.cc
|
| +++ b/chrome/browser/extensions/extension_tts_api_win.cc
|
| @@ -187,7 +187,11 @@ void ExtensionTtsPlatformImplWin::OnSpeechEvent() {
|
| }
|
|
|
| ExtensionTtsPlatformImplWin::ExtensionTtsPlatformImplWin()
|
| - : speech_synthesizer_(NULL) {
|
| + : speech_synthesizer_(NULL),
|
| + utterance_id_(0),
|
| + prefix_len_(0),
|
| + stream_number_(0),
|
| + char_position_(0) {
|
| CoCreateInstance(
|
| CLSID_SpVoice,
|
| NULL,
|
|
|