| Index: Source/core/platform/mock/PlatformSpeechSynthesizerMock.cpp
|
| diff --git a/Source/core/platform/mock/PlatformSpeechSynthesizerMock.cpp b/Source/core/platform/mock/PlatformSpeechSynthesizerMock.cpp
|
| index 2c4928a8bd0f6fe390dacada522afa6c17e22758..6585d51a517442508cd31a050052c93132ba867b 100644
|
| --- a/Source/core/platform/mock/PlatformSpeechSynthesizerMock.cpp
|
| +++ b/Source/core/platform/mock/PlatformSpeechSynthesizerMock.cpp
|
| @@ -33,6 +33,7 @@ PassOwnPtr<PlatformSpeechSynthesizerMock> PlatformSpeechSynthesizerMock::create(
|
| {
|
| OwnPtr<PlatformSpeechSynthesizerMock> synthesizer = adoptPtr(new PlatformSpeechSynthesizerMock(client));
|
| synthesizer->initializeVoiceList();
|
| + client->voicesDidChange();
|
| return synthesizer.release();
|
| }
|
|
|
|
|