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 781b594a9095174518f75458d22332a9ff186022..b0b94fa41955fb465826b58c103c13d59c42ee5d 100644 |
--- a/Source/core/html/track/vtt/VTTCue.idl |
+++ b/Source/core/html/track/vtt/VTTCue.idl |
@@ -40,7 +40,7 @@ enum AlignSetting { "start", "middle", "end", "left", "right" }; |
[RuntimeEnabled=WebVTTRegions] attribute DOMString regionId; |
attribute DirectionSetting vertical; |
attribute boolean snapToLines; |
- [RaisesException=Setter] attribute (double or AutoKeyword) line; |
+ attribute (double or AutoKeyword) line; |
[RaisesException=Setter] attribute (double or AutoKeyword) position; |
[RaisesException=Setter] attribute double size; |
attribute AlignSetting align; |