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

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

Issue 2424693002: Custom Elements: Complete HTMLConstructor Algorithm (Closed)
Patch Set: Updated expected test results Created 4 years, 2 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 4d3bce21981a9ca2f8e19bb290527c5d916f78b2..d316b7cac8ee1c28a13a768f931fdf97d94b5d2b 100644
--- a/third_party/WebKit/Source/core/html/HTMLAudioElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLAudioElement.idl
@@ -28,6 +28,7 @@
[
// FIXME: The src argument should have no default value.
NamedConstructor=Audio(optional DOMString src = null),
- ConstructorCallWith=Document
+ ConstructorCallWith=Document,
+ HTMLConstructor
] interface HTMLAudioElement : HTMLMediaElement {
};

Powered by Google App Engine
This is Rietveld 408576698