| Index: Source/core/html/forms/DateTimeLocalInputType.cpp
|
| diff --git a/Source/core/html/forms/DateTimeLocalInputType.cpp b/Source/core/html/forms/DateTimeLocalInputType.cpp
|
| index 60c162dc2477914c5a7685d1a4bf03288b705127..ae901a196d74c98b06e78820d0239871f65ef01c 100644
|
| --- a/Source/core/html/forms/DateTimeLocalInputType.cpp
|
| +++ b/Source/core/html/forms/DateTimeLocalInputType.cpp
|
| @@ -81,7 +81,7 @@ StepRange DateTimeLocalInputType::createStepRange(AnyStepHandling anyStepHandlin
|
| {
|
| DEFINE_STATIC_LOCAL(const StepRange::StepDescription, stepDescription, (dateTimeLocalDefaultStep, dateTimeLocalDefaultStepBase, dateTimeLocalStepScaleFactor, StepRange::ScaledStepValueShouldBeInteger));
|
|
|
| - return InputType::createStepRange(anyStepHandling, 0, Decimal::fromDouble(DateComponents::minimumDateTime()), Decimal::fromDouble(DateComponents::maximumDateTime()), stepDescription);
|
| + return InputType::createStepRange(anyStepHandling, dateTimeLocalDefaultStepBase, Decimal::fromDouble(DateComponents::minimumDateTime()), Decimal::fromDouble(DateComponents::maximumDateTime()), stepDescription);
|
| }
|
|
|
| bool DateTimeLocalInputType::parseToDateComponentsInternal(const String& string, DateComponents* out) const
|
|
|