Index: Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h |
diff --git a/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h b/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h |
index 3e3e726727bd92d523330e6c52e215317fa2928f..aedc2d037dc07dc0a77eb621cca4a66eb0a42bf6 100644 |
--- a/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h |
+++ b/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h |
@@ -46,8 +46,10 @@ private: |
explicit PlatformSpeechSynthesizerMock(PlatformSpeechSynthesizerClient*); |
virtual void initializeVoiceList() OVERRIDE; |
void speakingFinished(Timer<PlatformSpeechSynthesizerMock>*); |
+ void speakingErrorOccurred(Timer<PlatformSpeechSynthesizerMock>*); |
Timer<PlatformSpeechSynthesizerMock> m_speakingFinishedTimer; |
+ Timer<PlatformSpeechSynthesizerMock> m_speakingErrorOccurredTimer; |
RefPtr<PlatformSpeechSynthesisUtterance> m_utterance; |
}; |