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

Unified Diff: third_party/WebKit/Source/core/html/HTMLHRElement.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/HTMLHRElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLHRElement.idl b/third_party/WebKit/Source/core/html/HTMLHRElement.idl
index bed39c7ad82125b8a97f44c7db6bc1ed4937e9ef..28a0b531347e34a34b43e834d9f53553d0e67779 100644
--- a/third_party/WebKit/Source/core/html/HTMLHRElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLHRElement.idl
@@ -22,9 +22,9 @@
interface HTMLHRElement : HTMLElement {
// obsolete members
// https://html.spec.whatwg.org/#HTMLHRElement-partial
- [CEReactions, Reflect] attribute DOMString align;
- [CEReactions, Reflect] attribute DOMString color;
- [CEReactions, Reflect] attribute boolean noShade;
- [CEReactions, Reflect] attribute DOMString size;
- [CEReactions, Reflect] attribute DOMString width;
+ [Measure, CEReactions, Reflect] attribute DOMString align;
+ [Measure, CEReactions, Reflect] attribute DOMString color;
+ [Measure, CEReactions, Reflect] attribute boolean noShade;
+ [Measure, CEReactions, Reflect] attribute DOMString size;
+ [Measure, CEReactions, Reflect] attribute DOMString width;
};
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLFrameElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLHeadingElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698