| Index: Source/core/html/HTMLOptionsCollection.h
|
| diff --git a/Source/core/html/HTMLOptionsCollection.h b/Source/core/html/HTMLOptionsCollection.h
|
| index 851aa3742b60a493d68d120b54260a0db98e6fa4..23c19ed1e4c0a65f03c0922f8313f088de3a4ad7 100644
|
| --- a/Source/core/html/HTMLOptionsCollection.h
|
| +++ b/Source/core/html/HTMLOptionsCollection.h
|
| @@ -39,7 +39,6 @@ public:
|
| void add(PassRefPtrWillBeRawPtr<HTMLOptionElement>, ExceptionState&);
|
| void add(PassRefPtrWillBeRawPtr<HTMLOptionElement>, int index, ExceptionState&);
|
| void remove(int index);
|
| - void remove(HTMLOptionElement*);
|
|
|
| int selectedIndex() const;
|
| void setSelectedIndex(int);
|
|
|