| Index: third_party/WebKit/Source/core/html/shadow/DateTimeNumericFieldElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/DateTimeNumericFieldElement.cpp b/third_party/WebKit/Source/core/html/shadow/DateTimeNumericFieldElement.cpp
|
| index 4b0c00da0886a70f6c7344c57c3b72fabaeccead..614d3129b7f64ebea004c0ffde1153cdb81e99cd 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/DateTimeNumericFieldElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/shadow/DateTimeNumericFieldElement.cpp
|
| @@ -198,7 +198,7 @@ void DateTimeNumericFieldElement::stepUp() {
|
| }
|
|
|
| String DateTimeNumericFieldElement::value() const {
|
| - return m_hasValue ? formatValue(m_value) : emptyString();
|
| + return m_hasValue ? formatValue(m_value) : emptyString;
|
| }
|
|
|
| int DateTimeNumericFieldElement::valueAsInteger() const {
|
|
|