Index: Source/core/html/HTMLOptionElement.h |
diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h |
index 1ec8dd5f57492cf86ea62c2e62e4b8056a65dea6..9c114d1393aeacafb4206be9fe7d9f0daa67db8f 100644 |
--- a/Source/core/html/HTMLOptionElement.h |
+++ b/Source/core/html/HTMLOptionElement.h |
@@ -67,6 +67,7 @@ public: |
HTMLFormElement* form() const; |
bool spatialNavigationFocused() const; |
+ bool isDisplayNone(); |
private: |
explicit HTMLOptionElement(Document&); |
virtual ~HTMLOptionElement(); |