| Index: Source/core/html/track/TextTrackCue.idl
|
| diff --git a/Source/core/html/track/TextTrackCue.idl b/Source/core/html/track/TextTrackCue.idl
|
| index f398a9a99a1c9ca0b771a9fbdd02f6cd73b586df..d37958789f922f5e624e85c7f85e5cc8af9da58a 100644
|
| --- a/Source/core/html/track/TextTrackCue.idl
|
| +++ b/Source/core/html/track/TextTrackCue.idl
|
| @@ -45,8 +45,8 @@
|
| attribute DOMString text;
|
| DocumentFragment getCueAsHTML();
|
|
|
| - attribute EventListener onenter;
|
| - attribute EventListener onexit;
|
| + attribute EventHandler onenter;
|
| + attribute EventHandler onexit;
|
|
|
| [Conditional=WEBVTT_REGIONS] attribute DOMString regionId;
|
| };
|
|
|