summaryrefslogtreecommitdiffstats
path: root/WebCore/html/ValidityState.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/ValidityState.h')
-rw-r--r--WebCore/html/ValidityState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/ValidityState.h b/WebCore/html/ValidityState.h
index 78238f1..04f11a1 100644
--- a/WebCore/html/ValidityState.h
+++ b/WebCore/html/ValidityState.h
@@ -41,7 +41,7 @@ public:
String validationMessage() const;
- void setCustomErrorMessage(const String& message) { m_customErrorMessage = message; }
+ void setCustomErrorMessage(const String&);
bool valueMissing() const { return m_control->valueMissing(); }
bool typeMismatch() const;