Index: third_party/WebKit/Source/core/html/HTMLUListElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLUListElement.idl b/third_party/WebKit/Source/core/html/HTMLUListElement.idl |
index 907fd7a37e28635118b90bb51a6d7c04521bbb7e..c137d6978fd11face1c9f096407190eaec074c43 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLUListElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLUListElement.idl |
@@ -22,6 +22,6 @@ |
interface HTMLUListElement : HTMLElement { |
// obsolete members |
// https://html.spec.whatwg.org/#HTMLUListElement-partial |
- [CEReactions, Reflect] attribute boolean compact; |
- [CEReactions, Reflect] attribute DOMString type; |
+ [Measure, CEReactions, Reflect] attribute boolean compact; |
+ [Measure, CEReactions, Reflect] attribute DOMString type; |
}; |