Index: Source/core/html/HTMLOptionElement.h |
diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h |
index 405a3cebf3170bcd29e9aa38c94dd37d3e7342b1..6dc4c9dd75f832bc3a1c883b5626d02f5f1904a5 100644 |
--- a/Source/core/html/HTMLOptionElement.h |
+++ b/Source/core/html/HTMLOptionElement.h |
@@ -47,7 +47,7 @@ public: |
String value() const; |
void setValue(const AtomicString&); |
- bool selected(); |
+ bool selected() const; |
void setSelected(bool); |
HTMLDataListElement* ownerDataListElement() const; |