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

Unified Diff: third_party/WebKit/Source/core/html/HTMLUListElement.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/HTMLUListElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLUListElement.idl b/third_party/WebKit/Source/core/html/HTMLUListElement.idl
index 907fd7a37e28635118b90bb51a6d7c04521bbb7e..c137d6978fd11face1c9f096407190eaec074c43 100644
--- a/third_party/WebKit/Source/core/html/HTMLUListElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLUListElement.idl
@@ -22,6 +22,6 @@
interface HTMLUListElement : HTMLElement {
// obsolete members
// https://html.spec.whatwg.org/#HTMLUListElement-partial
- [CEReactions, Reflect] attribute boolean compact;
- [CEReactions, Reflect] attribute DOMString type;
+ [Measure, CEReactions, Reflect] attribute boolean compact;
+ [Measure, CEReactions, Reflect] attribute DOMString type;
};
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLTrackElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLVideoElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698