| Index: Source/modules/speech/SpeechRecognitionError.cpp
|
| diff --git a/Source/modules/speech/SpeechRecognitionError.cpp b/Source/modules/speech/SpeechRecognitionError.cpp
|
| index d0f0942ed4d0ae6b47aea76e4e1d17a88e85c888..c1eb2a2d8db6aa4562f439be122e77417366dfed 100644
|
| --- a/Source/modules/speech/SpeechRecognitionError.cpp
|
| +++ b/Source/modules/speech/SpeechRecognitionError.cpp
|
| @@ -89,7 +89,7 @@ SpeechRecognitionError::SpeechRecognitionError(const AtomicString& eventName, co
|
|
|
| const AtomicString& SpeechRecognitionError::interfaceName() const
|
| {
|
| - return eventNames().interfaceForSpeechRecognitionError;
|
| + return EventNames::SpeechRecognitionError;
|
| }
|
|
|
| SpeechRecognitionErrorInit::SpeechRecognitionErrorInit()
|
|
|