Index: third_party/WebKit/Source/core/html/HTMLOListElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLOListElement.idl b/third_party/WebKit/Source/core/html/HTMLOListElement.idl |
index de98778b15e5611c239e2f71e750be9ce7a00833..98814d858088b9f1427e5c12cf06ee63fc934775 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLOListElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLOListElement.idl |
@@ -20,11 +20,11 @@ |
// https://html.spec.whatwg.org/#the-ol-element |
interface HTMLOListElement : HTMLElement { |
- [CEReactions, Reflect] attribute boolean reversed; |
- [CEReactions] attribute long start; |
- [CEReactions, Reflect] attribute DOMString type; |
+ [Measure, CEReactions, Reflect] attribute boolean reversed; |
+ [Measure, CEReactions] attribute long start; |
+ [Measure, CEReactions, Reflect] attribute DOMString type; |
// obsolete members |
// https://html.spec.whatwg.org/#HTMLOListElement-partial |
- [CEReactions, Reflect] attribute boolean compact; |
+ [Measure, CEReactions, Reflect] attribute boolean compact; |
}; |