| Index: Source/core/html/track/vtt/VTTCue.idl
|
| diff --git a/Source/core/html/track/vtt/VTTCue.idl b/Source/core/html/track/vtt/VTTCue.idl
|
| index 3ca0307dfa3833e35322b1a45a7ae1140a27cb27..a293f0fe7cad58ecab2fad276928556b781ff13d 100644
|
| --- a/Source/core/html/track/vtt/VTTCue.idl
|
| +++ b/Source/core/html/track/vtt/VTTCue.idl
|
| @@ -32,7 +32,7 @@ enum AlignSetting { "start", "middle", "end", "left", "right" };
|
|
|
| [
|
| Constructor(double startTime, double endTime, DOMString text),
|
| - ConstructorCallWith=Document,
|
| + ConstructorCallWith=ExecutionContext,
|
| SetWrapperReferenceFrom=owner,
|
| ] interface VTTCue : TextTrackCue {
|
| [RuntimeEnabled=WebVTTRegions] attribute DOMString regionId;
|
|
|