| Index: third_party/WebKit/Source/modules/webmidi/MIDIPort.idl
|
| diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIPort.idl b/third_party/WebKit/Source/modules/webmidi/MIDIPort.idl
|
| index 0f448679e808c607e1aba1437ed40a06aa0ca411..e0793dad14e4b3e51241f9847620fd1341cb34c1 100644
|
| --- a/third_party/WebKit/Source/modules/webmidi/MIDIPort.idl
|
| +++ b/third_party/WebKit/Source/modules/webmidi/MIDIPort.idl
|
| @@ -45,6 +45,7 @@ enum MIDIPortType {
|
| };
|
|
|
| [
|
| + ActiveScriptWrappable,
|
| DependentLifetime,
|
| GarbageCollected,
|
| ] interface MIDIPort : EventTarget {
|
|
|