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