| Index: third_party/WebKit/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp
|
| diff --git a/third_party/WebKit/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp b/third_party/WebKit/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp
|
| index 6722528048a346b2d73681ea1793e617d0aba3db..3aa6f8f5b1b2eef5e6bc34ff15af0fd79233687f 100644
|
| --- a/third_party/WebKit/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp
|
| +++ b/third_party/WebKit/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp
|
| @@ -48,7 +48,7 @@ PlatformSpeechSynthesizerMock::~PlatformSpeechSynthesizerMock()
|
| {
|
| }
|
|
|
| -void PlatformSpeechSynthesizerMock::speakingErrorOccurred(Timer<PlatformSpeechSynthesizerMock>*)
|
| +void PlatformSpeechSynthesizerMock::speakingErrorOccurred(TimerBase*)
|
| {
|
| ASSERT(m_currentUtterance);
|
|
|
| @@ -56,7 +56,7 @@ void PlatformSpeechSynthesizerMock::speakingErrorOccurred(Timer<PlatformSpeechSy
|
| speakNext();
|
| }
|
|
|
| -void PlatformSpeechSynthesizerMock::speakingFinished(Timer<PlatformSpeechSynthesizerMock>*)
|
| +void PlatformSpeechSynthesizerMock::speakingFinished(TimerBase*)
|
| {
|
| ASSERT(m_currentUtterance);
|
| client()->didFinishSpeaking(m_currentUtterance);
|
|
|