| Index: Source/core/html/forms/TimeInputType.cpp
|
| diff --git a/Source/core/html/forms/TimeInputType.cpp b/Source/core/html/forms/TimeInputType.cpp
|
| index 8f7169e9fba17a00c3e85b56becb8facb955081e..f392e2d38c7c2c58fc8ca02e43102029f60776ef 100644
|
| --- a/Source/core/html/forms/TimeInputType.cpp
|
| +++ b/Source/core/html/forms/TimeInputType.cpp
|
| @@ -100,11 +100,6 @@ bool TimeInputType::setMillisecondToDateComponents(double value, DateComponents*
|
| return date->setMillisecondsSinceMidnight(value);
|
| }
|
|
|
| -bool TimeInputType::isTimeField() const
|
| -{
|
| - return true;
|
| -}
|
| -
|
| #if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
|
|
| String TimeInputType::localizeValue(const String& proposedValue) const
|
|
|