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; |
}; |