| Index: Source/core/html/HTMLInputElement.idl
|
| diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl
|
| index 7166472e7293e5ad5db95cc569bf90632c83f79a..6c2fa4e818dff8de12f4a5a226358717011c65c3 100644
|
| --- a/Source/core/html/HTMLInputElement.idl
|
| +++ b/Source/core/html/HTMLInputElement.idl
|
| @@ -29,7 +29,7 @@ interface HTMLInputElement : HTMLElement {
|
| attribute boolean checked;
|
| [Reflect] attribute DOMString dirName;
|
| [Reflect] attribute boolean disabled;
|
| - readonly attribute HTMLFormElement form;
|
| + [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
|
| // The 'files' attribute is intentionally not readonly.
|
| // https://www.w3.org/Bugs/Public/show_bug.cgi?id=22682
|
| attribute FileList files;
|
|
|