| Index: Source/core/html/HTMLFormElement.h
|
| diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h
|
| index 07f31badd857bfc600278a9ef580862600c4ab57..eab68e8a5a04fe1328c25143ecffe2311203a0ba 100644
|
| --- a/Source/core/html/HTMLFormElement.h
|
| +++ b/Source/core/html/HTMLFormElement.h
|
| @@ -56,7 +56,7 @@ public:
|
| void getNamedElements(const AtomicString&, WillBeHeapVector<RefPtrWillBeMember<Element> >&);
|
|
|
| unsigned length() const;
|
| - Element* item(unsigned index);
|
| + HTMLElement* item(unsigned index);
|
|
|
| String enctype() const { return m_attributes.encodingType(); }
|
| void setEnctype(const AtomicString&);
|
|
|