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

Unified Diff: third_party/WebKit/Source/core/html/HTMLOListElement.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/HTMLOListElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLOListElement.idl b/third_party/WebKit/Source/core/html/HTMLOListElement.idl
index de98778b15e5611c239e2f71e750be9ce7a00833..98814d858088b9f1427e5c12cf06ee63fc934775 100644
--- a/third_party/WebKit/Source/core/html/HTMLOListElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLOListElement.idl
@@ -20,11 +20,11 @@
// https://html.spec.whatwg.org/#the-ol-element
interface HTMLOListElement : HTMLElement {
- [CEReactions, Reflect] attribute boolean reversed;
- [CEReactions] attribute long start;
- [CEReactions, Reflect] attribute DOMString type;
+ [Measure, CEReactions, Reflect] attribute boolean reversed;
+ [Measure, CEReactions] attribute long start;
+ [Measure, CEReactions, Reflect] attribute DOMString type;
// obsolete members
// https://html.spec.whatwg.org/#HTMLOListElement-partial
- [CEReactions, Reflect] attribute boolean compact;
+ [Measure, CEReactions, Reflect] attribute boolean compact;
};
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLModElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLObjectElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698