Index: Source/core/html/HTMLSelectElement.h |
diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h |
index 1f2b538bab121a3873f8b8004183095833615253..04c2c12412360f6a60463dfd3b412b159cbd78a1 100644 |
--- a/Source/core/html/HTMLSelectElement.h |
+++ b/Source/core/html/HTMLSelectElement.h |
@@ -110,7 +110,6 @@ public: |
int listToOptionIndex(int listIndex) const; |
void listBoxOnChange(); |
int optionToListIndex(int optionIndex) const; |
- int activeSelectionStartListIndex() const; |
int activeSelectionEndListIndex() const; |
void setActiveSelectionAnchorIndex(int); |
void setActiveSelectionEndIndex(int); |