| 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 f078f42fa362512a7dcff2ac821a36901bd50576..a5147249168a89bf4b329d619fc932340efb5a41 100644
|
| --- a/third_party/WebKit/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp
|
| +++ b/third_party/WebKit/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp
|
| @@ -106,7 +106,7 @@ void PlatformSpeechSynthesizerMock::speakNow()
|
| client()->boundaryEventOccurred(m_currentUtterance, SpeechSentenceBoundary, m_currentUtterance->text().length());
|
|
|
| // Give the fake speech job some time so that pause and other functions have time to be called.
|
| - m_speakingFinishedTimer.startOneShot(.1, FROM_HERE);
|
| + m_speakingFinishedTimer.startOneShot(.1, BLINK_FROM_HERE);
|
| }
|
|
|
| void PlatformSpeechSynthesizerMock::cancel()
|
| @@ -118,7 +118,7 @@ void PlatformSpeechSynthesizerMock::cancel()
|
| m_queuedUtterances.clear();
|
|
|
| m_speakingFinishedTimer.stop();
|
| - m_speakingErrorOccurredTimer.startOneShot(.1, FROM_HERE);
|
| + m_speakingErrorOccurredTimer.startOneShot(.1, BLINK_FROM_HERE);
|
| }
|
|
|
| void PlatformSpeechSynthesizerMock::pause()
|
|
|