| Index: Source/modules/webmidi/MIDIInput.h
|
| diff --git a/Source/modules/webmidi/MIDIInput.h b/Source/modules/webmidi/MIDIInput.h
|
| index e7c4c21daf0ca94491cd03db89505ac473f854c0..d6f564451afce3bd94e53e9d85de8e0e89a2ca47 100644
|
| --- a/Source/modules/webmidi/MIDIInput.h
|
| +++ b/Source/modules/webmidi/MIDIInput.h
|
| @@ -46,7 +46,7 @@ public:
|
| ~MIDIInput() override { }
|
|
|
| EventListener* onmidimessage();
|
| - void setOnmidimessage(PassRefPtr<EventListener>);
|
| + void setOnmidimessage(PassRefPtrWillBeRawPtr<EventListener>);
|
|
|
| // EventTarget
|
| const AtomicString& interfaceName() const override { return EventTargetNames::MIDIInput; }
|
|
|