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

Unified Diff: third_party/WebKit/Source/core/html/HTMLParagraphElement.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/HTMLParagraphElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLParagraphElement.idl b/third_party/WebKit/Source/core/html/HTMLParagraphElement.idl
index 48ca805fb26f2de0b9a7d093fb2e4d378e507778..fb801f889fb3908a4ecf51f885b0a791aec1b189 100644
--- a/third_party/WebKit/Source/core/html/HTMLParagraphElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLParagraphElement.idl
@@ -22,5 +22,5 @@
interface HTMLParagraphElement : HTMLElement {
// obsolete members
// https://html.spec.whatwg.org/#HTMLParagraphElement-partial
- [CEReactions, Reflect] attribute DOMString align;
+ [Measure, CEReactions, Reflect] attribute DOMString align;
};
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLOutputElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLParamElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698