Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(679)

Unified Diff: Source/core/html/track/TextTrack.idl

Issue 224833002: Implement DataCue interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698