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

Unified Diff: third_party/WebKit/Source/core/html/HTMLTableColElement.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/HTMLTableColElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLTableColElement.idl b/third_party/WebKit/Source/core/html/HTMLTableColElement.idl
index 2d3dbadd14f2247f5ef15c3ff073838b14b6e744..554fd2642aa05a50cad172cadca4b8b39b1000d5 100644
--- a/third_party/WebKit/Source/core/html/HTMLTableColElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLTableColElement.idl
@@ -22,13 +22,13 @@
// https://html.spec.whatwg.org/#the-col-element
interface HTMLTableColElement : HTMLElement {
- [CEReactions] attribute unsigned long span;
+ [Measure, CEReactions] attribute unsigned long span;
// obsolete attributes
// https://html.spec.whatwg.org/#HTMLTableColElement-partial
- [CEReactions, Reflect] attribute DOMString align;
- [CEReactions, Reflect=char] attribute DOMString ch;
- [CEReactions, Reflect=charoff] attribute DOMString chOff;
- [CEReactions, Reflect] attribute DOMString vAlign;
- [CEReactions, Reflect] attribute DOMString width;
+ [Measure, CEReactions, Reflect] attribute DOMString align;
+ [Measure, CEReactions, Reflect=char] attribute DOMString ch;
+ [Measure, CEReactions, Reflect=charoff] attribute DOMString chOff;
+ [Measure, CEReactions, Reflect] attribute DOMString vAlign;
+ [Measure, CEReactions, Reflect] attribute DOMString width;
};
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLTableCellElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLTableElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698