Index: third_party/WebKit/Source/core/html/HTMLFieldSetElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.idl b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.idl |
index 58dc29565669eb00969f19ce3c1b8b17a8552a0b..fb86dc856e6de0fecee63a2b551065870d41c770 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.idl |
@@ -26,7 +26,7 @@ interface HTMLFieldSetElement : HTMLElement { |
readonly attribute DOMString type; |
- readonly attribute HTMLFormControlsCollection elements; |
+ [Measure] readonly attribute HTMLFormControlsCollection elements; |
readonly attribute boolean willValidate; |
[SameObject] readonly attribute ValidityState validity; |