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