| Index: Source/core/html/HTMLOptionsCollection.h
|
| diff --git a/Source/core/html/HTMLOptionsCollection.h b/Source/core/html/HTMLOptionsCollection.h
|
| index 464ffeff66e39c406a49742d9afa75dd2e07386e..55a591cd9ff169f3918653f24673c9c5725ed448 100644
|
| --- a/Source/core/html/HTMLOptionsCollection.h
|
| +++ b/Source/core/html/HTMLOptionsCollection.h
|
| @@ -45,11 +45,13 @@ public:
|
| void setSelectedIndex(int);
|
|
|
| void setLength(unsigned, ExceptionState&);
|
| - void anonymousNamedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Element>&);
|
| + void namedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Element>&);
|
| bool anonymousIndexedSetter(unsigned, PassRefPtr<HTMLOptionElement>, ExceptionState&);
|
|
|
| private:
|
| explicit HTMLOptionsCollection(ContainerNode*);
|
| +
|
| + virtual void supportedPropertyNames(Vector<String>& names) OVERRIDE;
|
| };
|
|
|
| } //namespace
|
|
|