| Index: Source/core/html/HTMLFormElement.idl
|
| diff --git a/Source/core/html/HTMLFormElement.idl b/Source/core/html/HTMLFormElement.idl
|
| index bf71397b1b4f673ce0f52fe96cc63f2cffacf03b..7ae2104db4d3b3e6f03f4df29a22da5ae7b4b25f 100644
|
| --- a/Source/core/html/HTMLFormElement.idl
|
| +++ b/Source/core/html/HTMLFormElement.idl
|
| @@ -32,7 +32,7 @@ interface HTMLFormElement : HTMLElement {
|
| 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=anonymousNamedGetter, OverrideBuiltins] getter (NodeList or Node)(DOMString name);
|
|
|
| [ImplementedAs=submitFromJavaScript] void submit();
|
| void reset();
|
|
|