Index: Source/core/html/WeekInputType.h |
diff --git a/Source/core/html/WeekInputType.h b/Source/core/html/WeekInputType.h |
index 9242089ca733077bb920ecff990e65d92e7acab7..5aa3ea7424e14db2ed6d57455b7f8335a62c8907 100644 |
--- a/Source/core/html/WeekInputType.h |
+++ b/Source/core/html/WeekInputType.h |
@@ -52,7 +52,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 isWeekField() const OVERRIDE; |