| Index: Source/core/html/HTMLButtonElement.idl
|
| diff --git a/Source/core/html/HTMLButtonElement.idl b/Source/core/html/HTMLButtonElement.idl
|
| index 7436e2638ae9774937192883b8b9a9a9471c4c61..d92dcd166a6ac4099992176c6c3cc90f4ee4c62b 100644
|
| --- a/Source/core/html/HTMLButtonElement.idl
|
| +++ b/Source/core/html/HTMLButtonElement.idl
|
| @@ -22,7 +22,7 @@
|
| [Reflect] attribute boolean autofocus;
|
| [Reflect] attribute boolean disabled;
|
| [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
|
| - [Reflect, URL] attribute DOMString formAction;
|
| + [Reflect, URL, LogActivity=SetterOnly] attribute DOMString formAction;
|
| attribute DOMString formEnctype;
|
| attribute DOMString formMethod;
|
| [Reflect] attribute boolean formNoValidate;
|
|
|