Index: Source/core/html/HTMLFieldSetElement.idl |
diff --git a/Source/core/html/HTMLFieldSetElement.idl b/Source/core/html/HTMLFieldSetElement.idl |
index a019c94aa29815d87a63725865404a2f99cbd761..14e09f854a9e10b3237ef3374c7a9fe0f5e4a571 100644 |
--- a/Source/core/html/HTMLFieldSetElement.idl |
+++ b/Source/core/html/HTMLFieldSetElement.idl |
@@ -29,7 +29,7 @@ interface HTMLFieldSetElement : HTMLElement { |
readonly attribute HTMLFormControlsCollection elements; |
readonly attribute boolean willValidate; |
- readonly attribute ValidityState validity; |
+ [SameObject] readonly attribute ValidityState validity; |
readonly attribute DOMString validationMessage; |
boolean checkValidity(); |
boolean reportValidity(); |