Index: Source/core/html/HTMLOptGroupElement.h |
diff --git a/Source/core/html/HTMLOptGroupElement.h b/Source/core/html/HTMLOptGroupElement.h |
index ccf6758b2c666d812a65a39f78c14eb9764a6aa8..116763e9cb13b51585675578e3be8540a46477eb 100644 |
--- a/Source/core/html/HTMLOptGroupElement.h |
+++ b/Source/core/html/HTMLOptGroupElement.h |
@@ -27,7 +27,7 @@ |
#include "core/html/HTMLElement.h" |
namespace WebCore { |
- |
+ |
class HTMLSelectElement; |
class HTMLOptGroupElement FINAL : public HTMLElement { |
@@ -36,7 +36,7 @@ public: |
virtual bool isDisabledFormControl() const OVERRIDE; |
HTMLSelectElement* ownerSelectElement() const; |
- |
+ |
String groupLabelText() const; |
private: |