summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/NumberInputType.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/NumberInputType.h')
-rw-r--r--Source/WebCore/html/NumberInputType.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/html/NumberInputType.h b/Source/WebCore/html/NumberInputType.h
index 0b23d34..9d97134 100644
--- a/Source/WebCore/html/NumberInputType.h
+++ b/Source/WebCore/html/NumberInputType.h
@@ -64,6 +64,7 @@ private:
virtual String serialize(double) const;
virtual double acceptableError(double) const;
virtual void handleBlurEvent();
+ virtual String visibleValue() const;
virtual bool isAcceptableValue(const String&);
virtual String sanitizeValue(const String&);
virtual bool hasUnacceptableValue();