| Index: Source/core/html/HTMLOptionsCollection.cpp
|
| diff --git a/Source/core/html/HTMLOptionsCollection.cpp b/Source/core/html/HTMLOptionsCollection.cpp
|
| index 36a61acb5f16103713fec96e1a08f32ed3f8590d..b9bc633dae5bfe883070e78074d33cae4d6ee398 100644
|
| --- a/Source/core/html/HTMLOptionsCollection.cpp
|
| +++ b/Source/core/html/HTMLOptionsCollection.cpp
|
| @@ -103,11 +103,6 @@ void HTMLOptionsCollection::remove(int index)
|
| toHTMLSelectElement(ownerNode()).remove(index);
|
| }
|
|
|
| -void HTMLOptionsCollection::remove(HTMLOptionElement* option)
|
| -{
|
| - return remove(option->index());
|
| -}
|
| -
|
| int HTMLOptionsCollection::selectedIndex() const
|
| {
|
| return toHTMLSelectElement(ownerNode()).selectedIndex();
|
|
|