Index: trunk/Source/modules/speech/SpeechSynthesis.cpp |
=================================================================== |
--- trunk/Source/modules/speech/SpeechSynthesis.cpp (revision 168169) |
+++ trunk/Source/modules/speech/SpeechSynthesis.cpp (working copy) |
@@ -222,13 +222,6 @@ |
handleSpeakingCompleted(static_cast<SpeechSynthesisUtterance*>(utterance->client()), true); |
} |
-SpeechSynthesisUtterance* SpeechSynthesis::currentSpeechUtterance() const |
-{ |
- if (!m_utteranceQueue.isEmpty()) |
- return m_utteranceQueue.first().get(); |
- return 0; |
-} |
- |
const AtomicString& SpeechSynthesis::interfaceName() const |
{ |
return EventTargetNames::SpeechSynthesisUtterance; |