Chromium Code Reviews| Index: Source/core/html/track/TextTrackList.idl |
| diff --git a/Source/core/html/track/TextTrackList.idl b/Source/core/html/track/TextTrackList.idl |
| index e65379f7853e52602c3e43f69e9823c838932979..bbcd2d96499d207d549b227730b0e2e9afaadc59 100644 |
| --- a/Source/core/html/track/TextTrackList.idl |
| +++ b/Source/core/html/track/TextTrackList.idl |
| @@ -32,5 +32,7 @@ |
| TextTrack getTrackById(DOMString id); |
| attribute EventHandler onaddtrack; |
| + attribute EventHandler onchange; |
| + attribute EventHandler onremovetrack; |
| }; |