summaryrefslogtreecommitdiffstats
path: root/WebCore/html/TimeInputType.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/TimeInputType.h')
-rw-r--r--WebCore/html/TimeInputType.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/html/TimeInputType.h b/WebCore/html/TimeInputType.h
index 6070fa0..b50d987 100644
--- a/WebCore/html/TimeInputType.h
+++ b/WebCore/html/TimeInputType.h
@@ -42,6 +42,7 @@ public:
private:
TimeInputType(HTMLInputElement* element) : BaseDateAndTimeInputType(element) { }
virtual const AtomicString& formControlType() const;
+ virtual double defaultValueForStepUp() const;
virtual double minimum() const;
virtual double maximum() const;
virtual double defaultStep() const;