| Index: Source/core/html/track/TextTrack.idl
|
| diff --git a/Source/core/html/track/TextTrack.idl b/Source/core/html/track/TextTrack.idl
|
| index a2c7b90c26591c831384af0b74eca94b37ec4c3e..fa29e48dd6194c2d565b635ff97f84ec6973d2ab 100644
|
| --- a/Source/core/html/track/TextTrack.idl
|
| +++ b/Source/core/html/track/TextTrack.idl
|
| @@ -38,7 +38,7 @@ interface TextTrack : EventTarget {
|
| readonly attribute TextTrackCueList cues;
|
| readonly attribute TextTrackCueList activeCues;
|
|
|
| - void addCue(TextTrackCue cue);
|
| + [RaisesException] void addCue(TextTrackCue cue);
|
| [RaisesException] void removeCue(TextTrackCue cue);
|
|
|
| attribute EventHandler oncuechange;
|
|
|