| Index: third_party/WebKit/Source/modules/webmidi/MIDIInput.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIInput.cpp b/third_party/WebKit/Source/modules/webmidi/MIDIInput.cpp
|
| index 91c5d46c29f0fd82716566e5aca36c9e5b4f6749..2fc0397983199ebc17126db8b9fa3be1958f85ce 100644
|
| --- a/third_party/WebKit/Source/modules/webmidi/MIDIInput.cpp
|
| +++ b/third_party/WebKit/Source/modules/webmidi/MIDIInput.cpp
|
| @@ -65,7 +65,7 @@ void MIDIInput::setOnmidimessage(EventListener* listener)
|
| setAttributeEventListener(EventTypeNames::midimessage, listener);
|
| }
|
|
|
| -bool MIDIInput::addEventListenerInternal(const AtomicString& eventType, EventListener* listener, const EventListenerOptions& options)
|
| +bool MIDIInput::addEventListenerInternal(const AtomicString& eventType, EventListener* listener, const AddEventListenerOptions& options)
|
| {
|
| if (eventType == EventTypeNames::midimessage) {
|
| // Implicit open. See setOnmidimessage().
|
|
|