| Index: third_party/WebKit/Source/core/html/track/AudioTrackList.idl
|
| diff --git a/third_party/WebKit/Source/core/html/track/AudioTrackList.idl b/third_party/WebKit/Source/core/html/track/AudioTrackList.idl
|
| index 43a321e8b131863b7fb7309c477cd0f63bfb7d4a..d49e9cc3ac6d0cdfbee7e101917cf7d803d4e687 100644
|
| --- a/third_party/WebKit/Source/core/html/track/AudioTrackList.idl
|
| +++ b/third_party/WebKit/Source/core/html/track/AudioTrackList.idl
|
| @@ -5,8 +5,8 @@
|
| // https://html.spec.whatwg.org/#audiotracklist
|
|
|
| [
|
| + DependentLifetime,
|
| RuntimeEnabled=AudioVideoTracks,
|
| - SetWrapperReferenceFrom=owner,
|
| ] interface AudioTrackList : EventTarget {
|
| readonly attribute unsigned long length;
|
| getter AudioTrack (unsigned long index);
|
|
|