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