| Index: Source/core/html/HTMLButtonElement.idl
|
| diff --git a/Source/core/html/HTMLButtonElement.idl b/Source/core/html/HTMLButtonElement.idl
|
| index db8c147a560189eb3f9b566f85ca7e6f1d264e9c..aa402325ce4652d61be9cb20787fa65532bb676c 100644
|
| --- a/Source/core/html/HTMLButtonElement.idl
|
| +++ b/Source/core/html/HTMLButtonElement.idl
|
| @@ -21,7 +21,7 @@
|
| interface HTMLButtonElement : HTMLElement {
|
| [Reflect] attribute boolean autofocus;
|
| [Reflect] attribute boolean disabled;
|
| - readonly attribute HTMLFormElement form;
|
| + [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
|
| [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString formAction;
|
| attribute DOMString formEnctype;
|
| attribute DOMString formMethod;
|
|
|