| Index: Source/core/html/HTMLFormControlsCollection.h
|
| diff --git a/Source/core/html/HTMLFormControlsCollection.h b/Source/core/html/HTMLFormControlsCollection.h
|
| index d5d7029377f9a8a3d7c5a90e3b1b79efb202218c..fcec71999be116ad8e75631c3c8196f752811e81 100644
|
| --- a/Source/core/html/HTMLFormControlsCollection.h
|
| +++ b/Source/core/html/HTMLFormControlsCollection.h
|
| @@ -39,7 +39,7 @@ class QualifiedName;
|
|
|
| class HTMLFormControlsCollection FINAL : public HTMLCollection {
|
| public:
|
| - static PassRefPtr<HTMLFormControlsCollection> create(ContainerNode*, CollectionType);
|
| + static PassRefPtr<HTMLFormControlsCollection> create(ContainerNode&, CollectionType);
|
|
|
| virtual ~HTMLFormControlsCollection();
|
|
|
| @@ -47,7 +47,7 @@ public:
|
| void namedGetter(const AtomicString& name, bool& radioNodeListEnabled, RefPtr<RadioNodeList>&, bool& elementEnabled, RefPtr<Element>&);
|
|
|
| private:
|
| - explicit HTMLFormControlsCollection(ContainerNode*);
|
| + explicit HTMLFormControlsCollection(ContainerNode&);
|
|
|
| virtual void updateIdNameCache() const OVERRIDE;
|
| virtual void supportedPropertyNames(Vector<String>& names) OVERRIDE;
|
|
|