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