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

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

Issue 1225813003: The src argument for HTMLAudioElement constructor should not have default value. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « Source/core/html/HTMLAudioElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLAudioElement.idl
diff --git a/Source/core/html/HTMLAudioElement.idl b/Source/core/html/HTMLAudioElement.idl
index 5e1076bdd0116682f07bd43ea1c7f4d49d45f183..874cce80a347b82d89d63f320b56ce1c5ae9020b 100644
--- a/Source/core/html/HTMLAudioElement.idl
+++ b/Source/core/html/HTMLAudioElement.idl
@@ -27,8 +27,7 @@
[
RuntimeEnabled=Media,
- // FIXME: The src argument should have no default value.
- NamedConstructor=Audio(optional DOMString src = null),
+ NamedConstructor=Audio(optional DOMString src),
ConstructorCallWith=Document
] interface HTMLAudioElement : HTMLMediaElement {
};
« no previous file with comments | « Source/core/html/HTMLAudioElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698