Index: Source/core/html/HTMLSelectElement.h |
diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h |
index 4ec2ab21f1320e24791430d3019fcf0a7cabc378..12c25e93d019bb8d85ca5fdb9565c00ac0f2b3b8 100644 |
--- a/Source/core/html/HTMLSelectElement.h |
+++ b/Source/core/html/HTMLSelectElement.h |
@@ -126,6 +126,8 @@ public: |
HTMLOptionElement* spatialNavigationFocusedOption(); |
void handleMouseRelease(); |
+ int listIndexForOption(const HTMLOptionElement&); |
+ |
virtual void trace(Visitor*) override; |
protected: |
@@ -203,7 +205,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; |