Index: third_party/WebKit/Source/core/html/HTMLSelectElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLSelectElement.h b/third_party/WebKit/Source/core/html/HTMLSelectElement.h |
index f4fa8c787a0821e13d13e53a439bb3f4a0e1ae8a..75151fdb40b9c5fcf8bf625764f37b21c1ebf0c6 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLSelectElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.h |
@@ -102,7 +102,7 @@ public: |
const ListItems& listItems() const; |
void accessKeyAction(bool sendMouseEvents) override; |
- void accessKeySetSelectedIndex(int); |
+ void selectOptionByAccessKey(HTMLOptionElement*); |
void setOption(unsigned index, HTMLOptionElement*, ExceptionState&); |
@@ -114,7 +114,6 @@ public: |
bool canSelectAll() const; |
void selectAll(); |
- int listToOptionIndex(int listIndex) const; |
void listBoxOnChange(); |
int optionToListIndex(int optionIndex) const; |
int activeSelectionEndListIndex() const; |