| Index: Source/core/html/HTMLFormControlsCollection.h
|
| diff --git a/Source/core/html/HTMLFormControlsCollection.h b/Source/core/html/HTMLFormControlsCollection.h
|
| index 85ec974536c47b47b827133250a45a5a482190e6..76fbfc457303ff5b7e4133026ddfa35d094c8c78 100644
|
| --- a/Source/core/html/HTMLFormControlsCollection.h
|
| +++ b/Source/core/html/HTMLFormControlsCollection.h
|
| @@ -44,7 +44,7 @@ public:
|
| virtual ~HTMLFormControlsCollection();
|
|
|
| virtual Element* namedItem(const AtomicString& name) const OVERRIDE;
|
| - void namedGetter(const AtomicString& name, bool& radioNodeListEnabled, RefPtrWillBeRawPtr<RadioNodeList>&, bool& elementEnabled, RefPtr<Element>&);
|
| + void namedGetter(const AtomicString& name, bool& radioNodeListEnabled, RefPtrWillBeRawPtr<RadioNodeList>&, bool& elementEnabled, RefPtrWillBeRawPtr<Element>&);
|
|
|
| private:
|
| explicit HTMLFormControlsCollection(ContainerNode&);
|
|
|