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