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

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

Issue 2526943002: Add use counters for lots of DOM APIs.
Patch Set: Add use counters for lots of DOM APIs. Created 4 years 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..50d68dc865ee0f0e8a5f1b012ea11a4494d7222f 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,
+ Measure
] interface HTMLAudioElement : HTMLMediaElement {
};
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLAreaElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLBRElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698