Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(415)

Unified Diff: third_party/WebKit/Source/core/html/HTMLAudioElement.idl

Issue 1749683002: Remove the always-enabled Media from RuntimeEnabledFeatures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase (conflict in content/test/test_blink_web_unit_test_support.cc) Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/WebKit/Source/bindings/IDLExtendedAttributes.md ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698