| Index: third_party/WebKit/Source/core/html/forms/DateTimeEditElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/DateTimeEditElement.cpp b/third_party/WebKit/Source/core/html/forms/DateTimeEditElement.cpp
|
| index b18e798869ea0f82f15b5d3ebf05cdf84c0259a9..d65efff310474a30fe5a7823a8ba339ba4dc260a 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/DateTimeEditElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/DateTimeEditElement.cpp
|
| @@ -588,7 +588,7 @@ PassRefPtr<ComputedStyle> DateTimeEditElement::CustomStyleForLayoutObject() {
|
| }
|
| style->SetWidth(Length(ceilf(width), kFixed));
|
| style->SetUnique();
|
| - return style.Release();
|
| + return style;
|
| }
|
|
|
| void DateTimeEditElement::DidBlurFromField(WebFocusType focus_type) {
|
|
|