Index: Source/core/html/HTMLFormElement.idl |
diff --git a/Source/core/html/HTMLFormElement.idl b/Source/core/html/HTMLFormElement.idl |
index a714dc6cff6ca2843fc74559748f7d63b019e970..85a07e164a12341a0cae3957760b3cb845b3449e 100644 |
--- a/Source/core/html/HTMLFormElement.idl |
+++ b/Source/core/html/HTMLFormElement.idl |
@@ -33,7 +33,7 @@ |
readonly attribute HTMLCollection elements; |
readonly attribute long length; |
- [ImplementedAs=item] getter Node (unsigned long index); |
+ [ImplementedAs=item] getter Element (unsigned long index); |
[NotEnumerable] getter (RadioNodeList or Element) (DOMString name); |
[ImplementedAs=submitFromJavaScript, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] void submit(); |