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

Unified Diff: core/html/HTMLAudioElement.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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 | « core/html/HTMLAreaElement.idl ('k') | core/html/HTMLBRElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLAudioElement.idl
diff --git a/core/html/HTMLAudioElement.idl b/core/html/HTMLAudioElement.idl
index f1e3629d65e7db3a5a294bab74d35bc11bc043ac..5e1076bdd0116682f07bd43ea1c7f4d49d45f183 100644
--- a/core/html/HTMLAudioElement.idl
+++ b/core/html/HTMLAudioElement.idl
@@ -23,8 +23,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// 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
] interface HTMLAudioElement : HTMLMediaElement {
« no previous file with comments | « core/html/HTMLAreaElement.idl ('k') | core/html/HTMLBRElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698