Index: Source/core/html/HTMLFormControlsCollection.h |
diff --git a/Source/core/html/HTMLFormControlsCollection.h b/Source/core/html/HTMLFormControlsCollection.h |
index 7ce6436fe19b8615e0785b7671c2db85eda9d581..ba188101b6bb759b558ded7abd8500ae3a57ee08 100644 |
--- a/Source/core/html/HTMLFormControlsCollection.h |
+++ b/Source/core/html/HTMLFormControlsCollection.h |
@@ -42,8 +42,8 @@ public: |
virtual ~HTMLFormControlsCollection(); |
- virtual Node* namedItem(const AtomicString& name) const OVERRIDE; |
- void namedGetter(const AtomicString& name, bool&, RefPtr<RadioNodeList>&, bool&, RefPtr<Node>&); |
+ virtual Element* namedItem(const AtomicString& name) const OVERRIDE; |
+ void namedGetter(const AtomicString& name, bool&, RefPtr<RadioNodeList>&, bool&, RefPtr<Element>&); |
private: |
explicit HTMLFormControlsCollection(ContainerNode*); |