| Index: third_party/WebKit/Source/core/html/track/vtt/VTTCue.idl
|
| diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTCue.idl b/third_party/WebKit/Source/core/html/track/vtt/VTTCue.idl
|
| index cf15a6528f0612a2203319c00987c944a4b9c602..090a8a3ed49f57490190c96251ecb71dfe986bac 100644
|
| --- a/third_party/WebKit/Source/core/html/track/vtt/VTTCue.idl
|
| +++ b/third_party/WebKit/Source/core/html/track/vtt/VTTCue.idl
|
| @@ -38,7 +38,7 @@ enum AlignSetting { "start", "middle", "end", "left", "right" };
|
| [
|
| Constructor(double startTime, double endTime, DOMString text),
|
| ConstructorCallWith=Document,
|
| - SetWrapperReferenceFrom=owner,
|
| + DependentLifetime,
|
| ] interface VTTCue : TextTrackCue {
|
| // TODO(foolip): regionId has been replaced by a region attribute.
|
| [RuntimeEnabled=WebVTTRegions] attribute DOMString regionId;
|
|
|