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

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

Issue 2572003003: NOT FOR SUBMIT: use counters for jdm@
Patch Set: Merge branch 'jdm-usecounters' into jdm-merge 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/HTMLTableRowElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLTableRowElement.idl b/third_party/WebKit/Source/core/html/HTMLTableRowElement.idl
index 5b5707dcaf82778711871f922b781e9c80f7ce70..71b4e0711db875b7730794539c87c3d74d99d3a8 100644
--- a/third_party/WebKit/Source/core/html/HTMLTableRowElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLTableRowElement.idl
@@ -29,10 +29,10 @@ interface HTMLTableRowElement : HTMLElement {
// obsolete members
// https://html.spec.whatwg.org/#HTMLTableRowElement-partial
- [CEReactions, Reflect] attribute DOMString align;
- [CEReactions, Reflect=char] attribute DOMString ch;
- [CEReactions, Reflect=charoff] attribute DOMString chOff;
- [CEReactions, Reflect] attribute DOMString vAlign;
+ [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;
[CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString bgColor;
};

Powered by Google App Engine
This is Rietveld 408576698