Index: third_party/WebKit/Source/core/html/HTMLAudioElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLAudioElement.idl b/third_party/WebKit/Source/core/html/HTMLAudioElement.idl |
index 5e1076bdd0116682f07bd43ea1c7f4d49d45f183..4d3bce21981a9ca2f8e19bb290527c5d916f78b2 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLAudioElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLAudioElement.idl |
@@ -26,7 +26,6 @@ |
// https://html.spec.whatwg.org/#the-audio-element |
[ |
- RuntimeEnabled=Media, |
// FIXME: The src argument should have no default value. |
NamedConstructor=Audio(optional DOMString src = null), |
ConstructorCallWith=Document |