summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/InputType.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/InputType.h')
-rw-r--r--Source/WebCore/html/InputType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/InputType.h b/Source/WebCore/html/InputType.h
index 6b0f9c15a..04b580cb8 100644
--- a/Source/WebCore/html/InputType.h
+++ b/Source/WebCore/html/InputType.h
@@ -115,7 +115,7 @@ public:
// Form value functions
virtual bool saveFormControlState(String&) const;
- virtual void restoreFormControlState(const String&) const;
+ virtual void restoreFormControlState(const String&);
virtual bool isFormDataAppendable() const;
virtual bool appendFormData(FormDataList&, bool multipart) const;