Chromium Code Reviews| Index: third_party/WebKit/Source/modules/webmidi/MIDIConnectionEventInit.idl |
| diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIConnectionEventInit.idl b/third_party/WebKit/Source/modules/webmidi/MIDIConnectionEventInit.idl |
| index d47f755f5d7f2893cfdde3ef0b220aff28dfc4fa..0d59411ea9fc694ada06a416b34f628fbd13d9f5 100644 |
| --- a/third_party/WebKit/Source/modules/webmidi/MIDIConnectionEventInit.idl |
| +++ b/third_party/WebKit/Source/modules/webmidi/MIDIConnectionEventInit.idl |
| @@ -2,7 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -// http://webaudio.github.io/web-midi-api/#idl-def-MIDIConnectionEventInit |
| +// https://webaudio.github.io/web-midi-api/#idl-def-MIDIConnectionEventInit |
|
foolip
2016/12/02 09:55:29
https://webaudio.github.io/web-midi-api/#MIDIConne
|
| dictionary MIDIConnectionEventInit : EventInit { |
| // TODO(foolip): |port| should be required and not nullable. |