| 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 6fbd40a697a471c8d7fca8842751de2e16bffdb7..1ebfc14c22f220575e9cd4be3ef12cd8dd8586a6 100644
|
| --- a/third_party/WebKit/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp
|
| +++ b/third_party/WebKit/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp
|
| @@ -95,7 +95,7 @@ void PlatformSpeechSynthesizerMock::speak(
|
| speakNow();
|
| return;
|
| }
|
| - m_queuedUtterances.append(utterance);
|
| + m_queuedUtterances.push_back(utterance);
|
| }
|
|
|
| void PlatformSpeechSynthesizerMock::speakNow() {
|
|
|