| Index: Source/core/html/track/TrackEvent.idl
|
| diff --git a/Source/core/html/track/TrackEvent.idl b/Source/core/html/track/TrackEvent.idl
|
| index eed92389f38962819fe653dcc39c0c7e4a8ddf79..38ad03dcdd86414d1802890bc9275901dcc3c088 100644
|
| --- a/Source/core/html/track/TrackEvent.idl
|
| +++ b/Source/core/html/track/TrackEvent.idl
|
| @@ -24,9 +24,7 @@
|
| */
|
|
|
| [
|
| - RuntimeEnabled=VideoTrack,
|
| EventConstructor,
|
| ] interface TrackEvent : Event {
|
| [InitializedByEventConstructor, Custom=Getter] readonly attribute object track;
|
| -};
|
| -
|
| +};
|
|
|