| Index: Source/core/html/HTMLOptionsCollection.h
|
| diff --git a/Source/core/html/HTMLOptionsCollection.h b/Source/core/html/HTMLOptionsCollection.h
|
| index 06d25beeb4967d765e692d97b0c7fdccd31bdc0d..464ffeff66e39c406a49742d9afa75dd2e07386e 100644
|
| --- a/Source/core/html/HTMLOptionsCollection.h
|
| +++ b/Source/core/html/HTMLOptionsCollection.h
|
| @@ -47,7 +47,6 @@ public:
|
| void setLength(unsigned, ExceptionState&);
|
| void anonymousNamedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Element>&);
|
| bool anonymousIndexedSetter(unsigned, PassRefPtr<HTMLOptionElement>, ExceptionState&);
|
| - bool anonymousIndexedSetterRemove(unsigned, ExceptionState&);
|
|
|
| private:
|
| explicit HTMLOptionsCollection(ContainerNode*);
|
|
|