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

Unified Diff: third_party/WebKit/Source/core/html/HTMLEmbedElement.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/HTMLEmbedElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLEmbedElement.idl b/third_party/WebKit/Source/core/html/HTMLEmbedElement.idl
index ee74abae48a4b584056285a3f60954b50c541ae7..f672d9d838564c40d3b6e119d9e61593589f7e7b 100644
--- a/third_party/WebKit/Source/core/html/HTMLEmbedElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLEmbedElement.idl
@@ -27,16 +27,16 @@
Custom=LegacyCallAsFunction,
OverrideBuiltins,
] interface HTMLEmbedElement : HTMLElement {
- [CEReactions, Reflect, URL] attribute DOMString src;
- [CEReactions, Reflect] attribute DOMString type;
- [CEReactions, Reflect] attribute DOMString width;
- [CEReactions, Reflect] attribute DOMString height;
- [CheckSecurity=ReturnValue, RaisesException] Document? getSVGDocument();
+ [Measure, CEReactions, Reflect, URL] attribute DOMString src;
+ [Measure, CEReactions, Reflect] attribute DOMString type;
+ [Measure, CEReactions, Reflect] attribute DOMString width;
+ [Measure, CEReactions, Reflect] attribute DOMString height;
+ [Measure, CheckSecurity=ReturnValue, RaisesException] Document? getSVGDocument();
// obsolete members
// https://html.spec.whatwg.org/#HTMLEmbedElement-partial
- [CEReactions, Reflect] attribute DOMString align;
- [CEReactions, Reflect] attribute DOMString name;
+ [Measure, CEReactions, Reflect] attribute DOMString align;
+ [Measure, CEReactions, Reflect] attribute DOMString name;
// FIXME: None of these getters and setters are in the spec.
[Custom, NotEnumerable] getter Node (DOMString name);
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLFieldSetElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698