| Index: third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.cpp b/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.cpp
|
| index 86babf919a13e4d67a600407584e739893f81baa..7b9ef24d887eaf6e8764100c84f0e22046a3eccd 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.cpp
|
| @@ -129,7 +129,7 @@ String DateTimeLocalInputType::formatDateTimeFieldsState(
|
| if (!dateTimeFieldsState.hasDayOfMonth() || !dateTimeFieldsState.hasMonth() ||
|
| !dateTimeFieldsState.hasYear() || !dateTimeFieldsState.hasHour() ||
|
| !dateTimeFieldsState.hasMinute() || !dateTimeFieldsState.hasAMPM())
|
| - return emptyString();
|
| + return emptyString;
|
|
|
| if (dateTimeFieldsState.hasMillisecond() &&
|
| dateTimeFieldsState.millisecond()) {
|
|
|