| Index: Source/modules/speech/SpeechRecognition.cpp
|
| diff --git a/Source/modules/speech/SpeechRecognition.cpp b/Source/modules/speech/SpeechRecognition.cpp
|
| index ac0d97ef8e13881707998ccb34e8601fcc1ba73b..66fc97d1095b9416dc0fd1a7605750f1e8d85c6e 100644
|
| --- a/Source/modules/speech/SpeechRecognition.cpp
|
| +++ b/Source/modules/speech/SpeechRecognition.cpp
|
| @@ -148,7 +148,7 @@ void SpeechRecognition::didEnd()
|
|
|
| const AtomicString& SpeechRecognition::interfaceName() const
|
| {
|
| - return eventNames().interfaceForSpeechRecognition;
|
| + return EventTargetNames::SpeechRecognition;
|
| }
|
|
|
| ExecutionContext* SpeechRecognition::executionContext() const
|
|
|