| 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 7e4c6c867e5014fe55d0b7386962fff36d976e67..d10834b0effc963fc50cc21cbc8e3deb443d2178 100644
|
| --- a/third_party/WebKit/Source/core/html/track/TextTrackCue.idl
|
| +++ b/third_party/WebKit/Source/core/html/track/TextTrackCue.idl
|
| @@ -26,7 +26,6 @@
|
| // https://html.spec.whatwg.org/#texttrackcue
|
|
|
| [
|
| - GarbageCollected,
|
| SetWrapperReferenceFrom=owner,
|
| ] interface TextTrackCue : EventTarget {
|
| readonly attribute TextTrack? track;
|
|
|