summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/BaseDateAndTimeInputType.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/BaseDateAndTimeInputType.h')
-rw-r--r--Source/WebCore/html/BaseDateAndTimeInputType.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebCore/html/BaseDateAndTimeInputType.h b/Source/WebCore/html/BaseDateAndTimeInputType.h
index 1658c1fe0..af335fa42 100644
--- a/Source/WebCore/html/BaseDateAndTimeInputType.h
+++ b/Source/WebCore/html/BaseDateAndTimeInputType.h
@@ -65,7 +65,6 @@ private:
virtual String visibleValue() const OVERRIDE;
virtual String convertFromVisibleValue(const String&) const OVERRIDE;
virtual String sanitizeValue(const String&) const OVERRIDE;
- double parseToDouble(const String&) const;
};
} // namespace WebCore