Index: Source/core/html/HTMLOptionElement.h |
diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h |
index b4fd56b688a11b951b7876cec432c19bc0826dac..a5dd20be7f03ed8f440265a57e8b4c6d9763564d 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&); |
virtual ~HTMLOptionElement(); |