Index: Source/core/html/BaseDateAndTimeInputType.cpp |
diff --git a/Source/core/html/BaseDateAndTimeInputType.cpp b/Source/core/html/BaseDateAndTimeInputType.cpp |
index e4ff36cafb0c62e0dad6b76529218f894972fc62..601369207bffe88205499e76010ff9264d22afff 100644 |
--- a/Source/core/html/BaseDateAndTimeInputType.cpp |
+++ b/Source/core/html/BaseDateAndTimeInputType.cpp |
@@ -109,7 +109,7 @@ bool BaseDateAndTimeInputType::parseToDateComponents(const String& source, DateC |
DateComponents ignoredResult; |
if (!out) |
out = &ignoredResult; |
- return parseToDateComponentsInternal(source.bloatedCharacters(), source.length(), out); |
+ return parseToDateComponentsInternal(source, out); |
} |
String BaseDateAndTimeInputType::serialize(const Decimal& value) const |