| Index: third_party/WebKit/Source/core/html/track/TextTrackCue.idl
|
| diff --git a/third_party/WebKit/Source/core/html/track/TextTrackCue.idl b/third_party/WebKit/Source/core/html/track/TextTrackCue.idl
|
| index d10834b0effc963fc50cc21cbc8e3deb443d2178..3ca21e2b0dd29ba099a11cfbef658feb9c0273b7 100644
|
| --- a/third_party/WebKit/Source/core/html/track/TextTrackCue.idl
|
| +++ b/third_party/WebKit/Source/core/html/track/TextTrackCue.idl
|
| @@ -26,7 +26,7 @@
|
| // https://html.spec.whatwg.org/#texttrackcue
|
|
|
| [
|
| - SetWrapperReferenceFrom=owner,
|
| + DependentLifetime,
|
| ] interface TextTrackCue : EventTarget {
|
| readonly attribute TextTrack? track;
|
|
|
|
|