| Index: Source/modules/speech/SpeechSynthesisEvent.h
|
| diff --git a/Source/modules/speech/SpeechSynthesisEvent.h b/Source/modules/speech/SpeechSynthesisEvent.h
|
| index 78029dfd60cec611196f2197a914d28b3d63cdfc..e03c8aa4aecd8788e95888dcab58efd6b05e83d8 100644
|
| --- a/Source/modules/speech/SpeechSynthesisEvent.h
|
| +++ b/Source/modules/speech/SpeechSynthesisEvent.h
|
| @@ -40,7 +40,7 @@ public:
|
| float elapsedTime() const { return m_elapsedTime; }
|
| const String& name() const { return m_name; }
|
|
|
| - virtual const AtomicString& interfaceName() const { return eventNames().interfaceForSpeechSynthesisEvent; }
|
| + virtual const AtomicString& interfaceName() const { return EventNames::SpeechSynthesisEvent; }
|
|
|
| private:
|
| SpeechSynthesisEvent();
|
|
|