Chromium Code Reviews| Index: core/html/HTMLAudioElement.idl |
| diff --git a/core/html/HTMLAudioElement.idl b/core/html/HTMLAudioElement.idl |
| index ce003cfb3f584e9ebd8e2c547d6d213a97fd016d..cbed9d663f9aab5dc003e3f3d9a8b0b38228797b 100644 |
| --- a/core/html/HTMLAudioElement.idl |
| +++ b/core/html/HTMLAudioElement.idl |
| @@ -24,7 +24,7 @@ |
| */ |
| [ |
| - EnabledAtRuntime=media, |
| + EnabledAtRuntime=Media, |
| NamedConstructor=Audio([Default=NullString] optional DOMString src) |
| ] interface HTMLAudioElement : HTMLMediaElement { |
| }; |