| Index: Source/core/html/HTMLFormElement.idl
|
| diff --git a/Source/core/html/HTMLFormElement.idl b/Source/core/html/HTMLFormElement.idl
|
| index ba2674d76e26aa7883e9a1c94109150bea50c021..bf71397b1b4f673ce0f52fe96cc63f2cffacf03b 100644
|
| --- a/Source/core/html/HTMLFormElement.idl
|
| +++ b/Source/core/html/HTMLFormElement.idl
|
| @@ -18,9 +18,7 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -[
|
| - CustomNamedGetter
|
| -] interface HTMLFormElement : HTMLElement {
|
| +interface HTMLFormElement : HTMLElement {
|
| [Reflect=accept_charset] attribute DOMString acceptCharset;
|
| [Reflect, URL] attribute DOMString action;
|
| [Reflect] attribute DOMString autocomplete;
|
| @@ -34,6 +32,7 @@
|
| readonly attribute HTMLCollection elements;
|
| readonly attribute long length;
|
| [ImplementedAs=item] getter Node(unsigned long index);
|
| + [ImplementedAs=anonymousNamedGetter, DoNotCheckJSProperty] getter (NodeList or Node)(DOMString name);
|
|
|
| [ImplementedAs=submitFromJavaScript] void submit();
|
| void reset();
|
|
|