Chromium Code Reviews| Index: Source/modules/webmidi/MIDIInput.idl |
| diff --git a/Source/modules/webmidi/MIDIInput.idl b/Source/modules/webmidi/MIDIInput.idl |
| index 7f3db641fd838034c92468b0710ea3c4de59a853..d9802894e7b6f12c92a0b3f11c140de125ef7741 100644 |
| --- a/Source/modules/webmidi/MIDIInput.idl |
| +++ b/Source/modules/webmidi/MIDIInput.idl |
| @@ -30,8 +30,8 @@ |
| [ |
| ActiveDOMObject, |
| - Custom=Wrap, |
| NoInterfaceObject, |
| + SetReference(MIDIAccess midiAccess), |
| ] interface MIDIInput : MIDIPort { |
| attribute EventHandler onmidimessage; |
| }; |