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