| Index: third_party/WebKit/Source/modules/speech/SpeechSynthesis.cpp
|
| diff --git a/third_party/WebKit/Source/modules/speech/SpeechSynthesis.cpp b/third_party/WebKit/Source/modules/speech/SpeechSynthesis.cpp
|
| index bfcc6dfdeb2399d3ebeda3141ea22ec9a6eb17a1..0bae106cd6ceeae7e89032f0b7c42eda7b991a42 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechSynthesis.cpp
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechSynthesis.cpp
|
| @@ -227,7 +227,7 @@ SpeechSynthesisUtterance* SpeechSynthesis::currentSpeechUtterance() const {
|
| if (m_utteranceQueue.isEmpty())
|
| return nullptr;
|
|
|
| - return m_utteranceQueue.first();
|
| + return m_utteranceQueue.front();
|
| }
|
|
|
| const AtomicString& SpeechSynthesis::interfaceName() const {
|
|
|