Index: Source/core/html/HTMLOutputElement.h |
diff --git a/Source/core/html/HTMLOutputElement.h b/Source/core/html/HTMLOutputElement.h |
index 92ad652f0114f89bf8509bbd83517ad3b4664195..394691ca2ebd9432ff8bb99c23c80227b972ddf2 100644 |
--- a/Source/core/html/HTMLOutputElement.h |
+++ b/Source/core/html/HTMLOutputElement.h |
@@ -44,7 +44,7 @@ public: |
String value() const; |
void setValue(const String&); |
- String defaultValue() const; |
+ String defaultValue(); |
void setDefaultValue(const String&); |
void setFor(const AtomicString&); |
DOMSettableTokenList* htmlFor() const; |