X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2Fforms%2FWeekInputType.cpp;h=e15a0c000e279e396bcda8ddf56fc7666ad44e78;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=6f6953cc47115ccb25bdcb462a2d082d7bbdcc7b;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/forms/WeekInputType.cpp b/src/third_party/WebKit/Source/core/html/forms/WeekInputType.cpp index 6f6953c..e15a0c0 100644 --- a/src/third_party/WebKit/Source/core/html/forms/WeekInputType.cpp +++ b/src/third_party/WebKit/Source/core/html/forms/WeekInputType.cpp @@ -83,11 +83,6 @@ bool WeekInputType::setMillisecondToDateComponents(double value, DateComponents* return date->setMillisecondsSinceEpochForWeek(value); } -bool WeekInputType::isWeekField() const -{ - return true; -} - #if ENABLE(INPUT_MULTIPLE_FIELDS_UI) String WeekInputType::formatDateTimeFieldsState(const DateTimeFieldsState& dateTimeFieldsState) const