| Index: Source/core/html/HTMLFormElement.idl
|
| diff --git a/Source/core/html/HTMLFormElement.idl b/Source/core/html/HTMLFormElement.idl
|
| index 2ee4f863da95a25af09b134c64897d74f7796cbb..68283fc805867069ba0866ea21221050c25097cd 100644
|
| --- a/Source/core/html/HTMLFormElement.idl
|
| +++ b/Source/core/html/HTMLFormElement.idl
|
| @@ -22,7 +22,7 @@
|
| OverrideBuiltins,
|
| ] interface HTMLFormElement : HTMLElement {
|
| [Reflect=accept_charset] attribute DOMString acceptCharset;
|
| - [Reflect, URL] attribute DOMString action;
|
| + [Reflect, URL, LogActivity=SetterOnly] attribute DOMString action;
|
| [Reflect, ReflectOnly="on"|"off", ReflectMissing="on", ReflectInvalid="on"] attribute DOMString autocomplete;
|
| [CustomElementCallbacks] attribute DOMString enctype;
|
| [CustomElementCallbacks] attribute DOMString encoding;
|
|
|