Index: Source/core/html/HTMLOptionElement.h |
diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h |
index bb93150a4a33349e625c705b42ffc716aa0c1f82..fd70d0e57674565b274ece488aa1d3f37640a363 100644 |
--- a/Source/core/html/HTMLOptionElement.h |
+++ b/Source/core/html/HTMLOptionElement.h |
@@ -69,6 +69,9 @@ public: |
bool spatialNavigationFocused() const; |
bool isDisplayNone() const; |
+ |
+ int listIndex() const; |
+ |
private: |
explicit HTMLOptionElement(Document&); |