Index: third_party/WebKit/Source/core/html/HTMLDivElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLDivElement.idl b/third_party/WebKit/Source/core/html/HTMLDivElement.idl |
index 2eb121587812dc6a1b3d0705d2d1ae8f432521a1..c532fd49601a4834b1378e741223918951bd1394 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLDivElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLDivElement.idl |
@@ -22,5 +22,5 @@ |
interface HTMLDivElement : HTMLElement { |
// obsolete members |
// https://html.spec.whatwg.org/#HTMLDivElement-partial |
- [CEReactions, Reflect] attribute DOMString align; |
+ [Measure, CEReactions, Reflect] attribute DOMString align; |
}; |