| Index: Source/modules/webmidi/MIDIConnectionEvent.h
|
| diff --git a/Source/modules/webmidi/MIDIConnectionEvent.h b/Source/modules/webmidi/MIDIConnectionEvent.h
|
| index 40175c945201897cd5b37b5004c960bb3e105725..3579a70e57a264d8071d51fde573da6df3df5ab3 100644
|
| --- a/Source/modules/webmidi/MIDIConnectionEvent.h
|
| +++ b/Source/modules/webmidi/MIDIConnectionEvent.h
|
| @@ -64,7 +64,7 @@ public:
|
|
|
| RefPtr<MIDIPort> port() { return m_port; }
|
|
|
| - virtual const AtomicString& interfaceName() const OVERRIDE { return eventNames().interfaceForMIDIConnectionEvent; }
|
| + virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::MIDIConnectionEvent; }
|
|
|
| private:
|
| MIDIConnectionEvent()
|
|
|