summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLInputElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLInputElement.h')
-rw-r--r--WebCore/html/HTMLInputElement.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/html/HTMLInputElement.h b/WebCore/html/HTMLInputElement.h
index 6791fa2..b055e73 100644
--- a/WebCore/html/HTMLInputElement.h
+++ b/WebCore/html/HTMLInputElement.h
@@ -124,6 +124,9 @@ public:
virtual void setValue(const String&, bool sendChangeEvent = false);
virtual void setValueForUser(const String&);
+ virtual const String& suggestedValue() const;
+ void setSuggestedValue(const String&);
+
double valueAsDate() const;
void setValueAsDate(double, ExceptionCode&);
@@ -239,9 +242,6 @@ private:
virtual const AtomicString& formControlType() const;
- virtual const String& suggestedValue() const;
- void setSuggestedValue(const String&);
-
virtual bool searchEventsShouldBeDispatched() const;
virtual bool saveFormControlState(String& value) const;