Index: Source/core/html/DateTimeLocalInputType.h |
diff --git a/Source/core/html/DateTimeLocalInputType.h b/Source/core/html/DateTimeLocalInputType.h |
index e2e083eda28d5862be011393155bb84032ba2677..5b89a78207675f09fca6a9bd03e5d2906d48db8b 100644 |
--- a/Source/core/html/DateTimeLocalInputType.h |
+++ b/Source/core/html/DateTimeLocalInputType.h |
@@ -54,7 +54,7 @@ private: |
virtual double valueAsDate() const OVERRIDE; |
virtual void setValueAsDate(double, ExceptionCode&) const OVERRIDE; |
virtual StepRange createStepRange(AnyStepHandling) const; |
- virtual bool parseToDateComponentsInternal(const UChar*, unsigned length, DateComponents*) const OVERRIDE; |
+ virtual bool parseToDateComponentsInternal(const String&, DateComponents*) const OVERRIDE; |
virtual bool setMillisecondToDateComponents(double, DateComponents*) const OVERRIDE; |
virtual bool isDateTimeLocalField() const OVERRIDE; |