Index: Source/core/html/HTMLSelectElement.h |
diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h |
index 9e350d15acfcca1936a54b93fc630a99c167596c..21240f58d6ddd5df35c50067a67e15195eb62c45 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; |