Index: Source/core/html/HTMLSelectElement.h |
diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h |
index e006895d6ca4f005c94f1241808614316fb67366..3b8a5e6271cc02df2e474266525f7e6592ebae1d 100644 |
--- a/Source/core/html/HTMLSelectElement.h |
+++ b/Source/core/html/HTMLSelectElement.h |
@@ -112,7 +112,6 @@ public: |
void optionSelectionStateChanged(HTMLOptionElement*, bool optionIsSelected); |
bool isParsingInProgress() const { return m_isParsingInProgress; } |
bool anonymousIndexedSetter(unsigned, PassRefPtr<HTMLOptionElement>, ExceptionState&); |
- bool anonymousIndexedSetterRemove(unsigned, ExceptionState&); |
protected: |
HTMLSelectElement(Document&, HTMLFormElement*, bool createdByParser); |