Chromium Code Reviews| Index: Source/modules/webmidi/DOMWindowWebMIDI.idl |
| diff --git a/Source/modules/webmidi/DOMWindowWebMIDI.idl b/Source/modules/webmidi/DOMWindowWebMIDI.idl |
| index ce55a51326135d1171d25af17fc124d96170cdf1..2ee447e9b775146ebe69861a42d0851e28a9cd5e 100644 |
| --- a/Source/modules/webmidi/DOMWindowWebMIDI.idl |
| +++ b/Source/modules/webmidi/DOMWindowWebMIDI.idl |
| @@ -31,5 +31,6 @@ |
| [ |
| Supplemental=DOMWindow |
| ] interface DOMWindowWebMIDI { |
| + [EnabledAtRuntime=webMIDI] attribute MIDIConnectionEventConstructor MIDIConnectionEvent; |
| [EnabledAtRuntime=webMIDI] attribute MIDIMessageEventConstructor MIDIMessageEvent; |
| }; |