Index: Source/core/html/TimeInputType.h |
diff --git a/Source/core/html/TimeInputType.h b/Source/core/html/TimeInputType.h |
index 4a1eca6e8110d8e97d42b2203cc530f76f557528..31a968b6c5ec65235e83952aa904671bc70b776a 100644 |
--- a/Source/core/html/TimeInputType.h |
+++ b/Source/core/html/TimeInputType.h |
@@ -53,7 +53,7 @@ private: |
virtual DateComponents::Type dateType() const OVERRIDE; |
virtual Decimal defaultValueForStepUp() 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 isTimeField() const OVERRIDE; |
#if ENABLE(INPUT_MULTIPLE_FIELDS_UI) |