| Index: Source/core/html/track/TextTrackList.idl
|
| diff --git a/Source/core/html/track/TextTrackList.idl b/Source/core/html/track/TextTrackList.idl
|
| index a6e51b3e62ca752736560c504d8afd88f4346b96..d52c54867bec4ac6949b922baa23fc6b8447e6c9 100644
|
| --- a/Source/core/html/track/TextTrackList.idl
|
| +++ b/Source/core/html/track/TextTrackList.idl
|
| @@ -30,6 +30,6 @@
|
| readonly attribute unsigned long length;
|
| getter TextTrack item(unsigned long index);
|
|
|
| - attribute EventListener onaddtrack;
|
| + attribute EventHandler onaddtrack;
|
| };
|
|
|
|
|