Index: Source/modules/webmidi/MIDIAccess.h |
diff --git a/Source/modules/webmidi/MIDIAccess.h b/Source/modules/webmidi/MIDIAccess.h |
index 0dec3ee0d7240fc340b53d4c0faf425fb369291f..110172ab9d9a2d7b9e655a3ed65bbb07ca089843 100644 |
--- a/Source/modules/webmidi/MIDIAccess.h |
+++ b/Source/modules/webmidi/MIDIAccess.h |
@@ -65,7 +65,7 @@ public: |
MIDIOutputMap* outputs() const; |
EventListener* onstatechange(); |
- void setOnstatechange(PassRefPtr<EventListener>); |
+ void setOnstatechange(PassRefPtrWillBeRawPtr<EventListener>); |
bool sysexEnabled() const { return m_sysexEnabled; } |