Index: Source/core/html/DateInputType.h |
diff --git a/Source/core/html/DateInputType.h b/Source/core/html/DateInputType.h |
index 4fa3849c9fc5226986728de57797de06f41a628b..3c25c9beca2797a26e1538985818cc775b796d64 100644 |
--- a/Source/core/html/DateInputType.h |
+++ b/Source/core/html/DateInputType.h |
@@ -54,7 +54,7 @@ private: |
virtual const AtomicString& formControlType() const OVERRIDE; |
virtual DateComponents::Type dateType() const OVERRIDE; |
virtual StepRange createStepRange(AnyStepHandling) const OVERRIDE; |
- 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 isDateField() const OVERRIDE; |