Bug 1564625 [wpt PR 17531] - Update interfaces/webmidi.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/webmidi.idl (#17531)

Source: https://github.com/tidoust/reffy-reports/blob/b3787dc/whatwg/idl/webmidi.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/550916945
--

wpt-commits: 947afe339e20289fa3d25e5a3d3b49ed035002d1
wpt-pr: 17531
This commit is contained in:
autofoolip 2019-07-19 18:13:46 +00:00 коммит произвёл James Graham
Родитель 25b8d63b2e
Коммит 39ea6ec96f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -12,11 +12,11 @@ dictionary MIDIOptions {
boolean software;
};
interface MIDIInputMap {
[SecureContext] interface MIDIInputMap {
readonly maplike<DOMString, MIDIInput>;
};
interface MIDIOutputMap {
[SecureContext] interface MIDIOutputMap {
readonly maplike<DOMString, MIDIOutput>;
};