| Index: Source/modules/speech/SpeechSynthesisEvent.h
|
| diff --git a/Source/modules/speech/SpeechSynthesisEvent.h b/Source/modules/speech/SpeechSynthesisEvent.h
|
| index 8db2085c88bfcbea331726846de2a50bc93e97b4..015a14c3e9ee3f5da4405b52e014cbfa62b75784 100644
|
| --- a/Source/modules/speech/SpeechSynthesisEvent.h
|
| +++ b/Source/modules/speech/SpeechSynthesisEvent.h
|
| @@ -42,7 +42,7 @@ public:
|
| float elapsedTime() const { return m_elapsedTime; }
|
| const String& name() const { return m_name; }
|
|
|
| - virtual const AtomicString& interfaceName() const override { return EventNames::SpeechSynthesisEvent; }
|
| + const AtomicString& interfaceName() const override { return EventNames::SpeechSynthesisEvent; }
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|