Index: Source/core/html/HTMLOptGroupElement.h |
diff --git a/Source/core/html/HTMLOptGroupElement.h b/Source/core/html/HTMLOptGroupElement.h |
index 749868ca289d36bb89490a622f11f825887dafda..0c6fe30d12c61576b6a469da5eba4957f2281584 100644 |
--- a/Source/core/html/HTMLOptGroupElement.h |
+++ b/Source/core/html/HTMLOptGroupElement.h |
@@ -39,6 +39,8 @@ public: |
String groupLabelText() const; |
+ bool isDisplayNone() const; |
+ |
private: |
explicit HTMLOptGroupElement(Document&); |