| Index: Source/modules/webmidi/MIDIConnectionEvent.h
|
| diff --git a/Source/modules/webmidi/MIDIConnectionEvent.h b/Source/modules/webmidi/MIDIConnectionEvent.h
|
| index 9d6c25367b296db66dc841546cb3b0f7a89fb768..eddccc81fc90400a48b1214ff06f815ae71fedd1 100644
|
| --- a/Source/modules/webmidi/MIDIConnectionEvent.h
|
| +++ b/Source/modules/webmidi/MIDIConnectionEvent.h
|
| @@ -58,7 +58,7 @@ public:
|
|
|
| MIDIPort* port() { return m_port; }
|
|
|
| - virtual const AtomicString& interfaceName() const override { return EventNames::MIDIConnectionEvent; }
|
| + const AtomicString& interfaceName() const override { return EventNames::MIDIConnectionEvent; }
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|