Index: Source/core/html/HTMLSelectElement.h |
diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h |
index fe426e7a1a1af172bcf127bf93b8179b136785bd..238a2f6bef41b9f3b77331d34acc15b4bcdb4d2b 100644 |
--- a/Source/core/html/HTMLSelectElement.h |
+++ b/Source/core/html/HTMLSelectElement.h |
@@ -125,6 +125,8 @@ public: |
HTMLOptionElement* spatialNavigationFocusedOption(); |
void handleMouseRelease(); |
+ int listIndexForOption(const HTMLOptionElement&); |
+ |
virtual void trace(Visitor*) override; |
protected: |
@@ -202,7 +204,6 @@ private: |
int lastSelectableListIndex() const; |
int nextSelectableListIndexPageAway(int startIndex, SkipDirection) const; |
int listIndexForEventTargetOption(const Event&); |
- int listIndexForOption(const HTMLOptionElement&); |
AutoscrollController* autoscrollController() const; |
virtual void childrenChanged(const ChildrenChange&) override; |