| Index: Source/modules/speech/SpeechRecognitionEvent.cpp
|
| diff --git a/Source/modules/speech/SpeechRecognitionEvent.cpp b/Source/modules/speech/SpeechRecognitionEvent.cpp
|
| index 402bab67f60fd1709d239d1ff88d5b0f2e578a2f..a34d3a91b529dabb2c44b5767964c16926266c33 100644
|
| --- a/Source/modules/speech/SpeechRecognitionEvent.cpp
|
| +++ b/Source/modules/speech/SpeechRecognitionEvent.cpp
|
| @@ -62,7 +62,7 @@ PassRefPtr<SpeechRecognitionEvent> SpeechRecognitionEvent::createNoMatch(PassRef
|
|
|
| const AtomicString& SpeechRecognitionEvent::interfaceName() const
|
| {
|
| - return eventNames().interfaceForSpeechRecognitionEvent;
|
| + return EventNames::SpeechRecognitionEvent;
|
| }
|
|
|
| SpeechRecognitionEvent::SpeechRecognitionEvent()
|
|
|