Index: core/html/track/TextTrack.idl |
diff --git a/core/html/track/TextTrack.idl b/core/html/track/TextTrack.idl |
index 8b2e8aa917f9c7bae579eb58506260798131f9c0..36e19d9e540e7fd18daf0c628bdeb8e970399c00 100644 |
--- a/core/html/track/TextTrack.idl |
+++ b/core/html/track/TextTrack.idl |
@@ -34,7 +34,7 @@ |
readonly attribute TextTrackCueList cues; |
readonly attribute TextTrackCueList activeCues; |
- attribute EventListener oncuechange; |
+ attribute EventHandler oncuechange; |
void addCue(TextTrackCue cue); |
[RaisesException] void removeCue(TextTrackCue cue); |