| Index: Source/modules/webmidi/MIDIInput.cpp
|
| diff --git a/Source/modules/webmidi/MIDIInput.cpp b/Source/modules/webmidi/MIDIInput.cpp
|
| index f96d38e8f4d5890923be157a4efc73b9af9377db..50a0406060f90d145ae5d5807b70f2ddea84c3bd 100644
|
| --- a/Source/modules/webmidi/MIDIInput.cpp
|
| +++ b/Source/modules/webmidi/MIDIInput.cpp
|
| @@ -57,7 +57,7 @@ EventListener* MIDIInput::onmidimessage()
|
| return getAttributeEventListener(EventTypeNames::midimessage);
|
| }
|
|
|
| -void MIDIInput::setOnmidimessage(PassRefPtr<EventListener> listener)
|
| +void MIDIInput::setOnmidimessage(PassRefPtrWillBeRawPtr<EventListener> listener)
|
| {
|
| // Implicit open. It does nothing if the port is already opened.
|
| // See http://www.w3.org/TR/webmidi/#widl-MIDIPort-open-Promise-MIDIPort
|
|
|