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 8b958174353e0f9792b831a928072e8222e446a7..5871f0033d8230b19233b90b06765f7b6f8716e5 100644 |
--- a/Source/core/html/track/vtt/VTTCue.idl |
+++ b/Source/core/html/track/vtt/VTTCue.idl |
@@ -30,7 +30,6 @@ |
[ |
Constructor(double startTime, double endTime, DOMString text), |
ConstructorCallWith=Document, |
- RuntimeEnabled=VideoTrack, |
] interface VTTCue : TextTrackCue { |
[RuntimeEnabled=WebVTTRegions] attribute DOMString regionId; |
[RaisesException=Setter] attribute DOMString vertical; |