| Index: Source/core/html/HTMLOptionsCollection.h
|
| diff --git a/Source/core/html/HTMLOptionsCollection.h b/Source/core/html/HTMLOptionsCollection.h
|
| index 1c2be6d29b6e0855a76db8cfb899170cc2282f2a..e03e6ed30030564f038f0d0301b20005e6493731 100644
|
| --- a/Source/core/html/HTMLOptionsCollection.h
|
| +++ b/Source/core/html/HTMLOptionsCollection.h
|
| @@ -45,7 +45,7 @@ public:
|
| void setSelectedIndex(int);
|
|
|
| void setLength(unsigned, ExceptionCode&);
|
| - void anonymousNamedGetter(const AtomicString& name, RefPtr<NodeList>&, RefPtr<Node>&);
|
| + void anonymousNamedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Node>&);
|
|
|
| private:
|
| HTMLOptionsCollection(Node*);
|
|
|