Index: Source/modules/speech/SpeechSynthesisUtterance.cpp |
diff --git a/Source/modules/speech/SpeechSynthesisUtterance.cpp b/Source/modules/speech/SpeechSynthesisUtterance.cpp |
index 79446259fd0315c236ff8cb1dde91dc295c47327..7031c0d90ce68e3ec1220111ff060a0fa6ae8ff8 100644 |
--- a/Source/modules/speech/SpeechSynthesisUtterance.cpp |
+++ b/Source/modules/speech/SpeechSynthesisUtterance.cpp |
@@ -53,7 +53,7 @@ ExecutionContext* SpeechSynthesisUtterance::executionContext() const |
const AtomicString& SpeechSynthesisUtterance::interfaceName() const |
{ |
- return eventNames().interfaceForSpeechSynthesisUtterance; |
+ return EventTargetNames::SpeechSynthesisUtterance; |
} |
SpeechSynthesisVoice* SpeechSynthesisUtterance::voice() const |