| Index: Source/core/html/HTMLFormElement.idl
|
| diff --git a/Source/core/html/HTMLFormElement.idl b/Source/core/html/HTMLFormElement.idl
|
| index 6c2f1f9caf27086053c335b65b7cece9900a11d0..2ee4f863da95a25af09b134c64897d74f7796cbb 100644
|
| --- a/Source/core/html/HTMLFormElement.idl
|
| +++ b/Source/core/html/HTMLFormElement.idl
|
| @@ -36,7 +36,7 @@
|
| [ImplementedAs=item] getter Element (unsigned long index);
|
| [NotEnumerable] getter (RadioNodeList or Element) (DOMString name);
|
|
|
| - [ImplementedAs=submitFromJavaScript] void submit();
|
| + [ImplementedAs=submitFromJavaScript, LogActivity] void submit();
|
| [CustomElementCallbacks] void reset();
|
| boolean checkValidity();
|
|
|
|
|