Chromium Code Reviews| Index: core/html/track/TextTrackList.idl |
| diff --git a/core/html/track/TextTrackList.idl b/core/html/track/TextTrackList.idl |
| index bdfcc743432db04e093e4697a3135871e037e091..236029eac6fdfc5f932089e40edd20f8c0192ab3 100644 |
| --- a/core/html/track/TextTrackList.idl |
| +++ b/core/html/track/TextTrackList.idl |
| @@ -24,7 +24,7 @@ |
| */ |
| [ |
| - EnabledAtRuntime=VideoTrack, |
| + RuntimeEnabled=VideoTrack, |
| GenerateIsReachable=owner |
| ] interface TextTrackList : EventTarget { |
| readonly attribute unsigned long length; |