| Index: Source/core/html/HTMLFormElement.h
|
| diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h
|
| index 161384ffc1fdf5ad1acbf9b353fa1db1c4c1217d..e6789533de9fdc7b0aac35d375c9c414b9f6b707 100644
|
| --- a/Source/core/html/HTMLFormElement.h
|
| +++ b/Source/core/html/HTMLFormElement.h
|
| @@ -54,7 +54,7 @@ public:
|
| void getNamedElements(const AtomicString&, Vector<RefPtr<Element> >&);
|
|
|
| unsigned length() const;
|
| - Node* item(unsigned index);
|
| + Element* item(unsigned index);
|
|
|
| String enctype() const { return m_attributes.encodingType(); }
|
| void setEnctype(const AtomicString&);
|
|
|