| Index: Source/modules/webmidi/MIDIInput.h
|
| diff --git a/Source/modules/webmidi/MIDIInput.h b/Source/modules/webmidi/MIDIInput.h
|
| index 792da7104a1a4ccd069fd0ac1ea089cbf705c6e4..39f7efdd9fc7860ea49ab431475a75865e22d269 100644
|
| --- a/Source/modules/webmidi/MIDIInput.h
|
| +++ b/Source/modules/webmidi/MIDIInput.h
|
| @@ -47,7 +47,7 @@ public:
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(midimessage);
|
|
|
| // EventTarget
|
| - virtual const AtomicString& interfaceName() const OVERRIDE { return eventNames().interfaceForMIDIInput; }
|
| + virtual const AtomicString& interfaceName() const OVERRIDE { return EventTargetNames::MIDIInput; }
|
|
|
| // |timeStamp| is a DOMHighResTimeStamp in the time coordinate system of performance.now().
|
| void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp);
|
|
|