Chromium Code Reviews| Index: core/html/HTMLTrackElement.idl |
| diff --git a/core/html/HTMLTrackElement.idl b/core/html/HTMLTrackElement.idl |
| index d27ae46acaa558b57f62710f1d4b03130d0b82f5..9c4e1bf706418ec17438bb5a76f154ff54bc0d93 100644 |
| --- a/core/html/HTMLTrackElement.idl |
| +++ b/core/html/HTMLTrackElement.idl |
| @@ -24,7 +24,7 @@ |
| */ |
| [ |
| - EnabledAtRuntime=videoTrack |
| + EnabledAtRuntime=VideoTrack |
| ] interface HTMLTrackElement : HTMLElement { |
| attribute DOMString kind; |
| [Reflect, URL] attribute DOMString src; |