| Index: Source/core/html/HTMLFormElement.h
|
| diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h
|
| index d2f118e08c3fc0c548dc798b2fdfdb53c5321edb..ef1520be1c29ac53e4e27dfb5da256643b926cb3 100644
|
| --- a/Source/core/html/HTMLFormElement.h
|
| +++ b/Source/core/html/HTMLFormElement.h
|
| @@ -118,7 +118,7 @@ public:
|
| const Vector<HTMLImageElement*>& imageElements() const { return m_imageElements; }
|
|
|
| void getTextFieldValues(StringPairVector& fieldNamesAndValues) const;
|
| - void anonymousNamedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Node>&);
|
| + void anonymousNamedGetter(const AtomicString& name, bool&, RefPtr<RadioNodeList>&, bool&, RefPtr<Node>&);
|
|
|
| private:
|
| explicit HTMLFormElement(Document&);
|
|
|