| Index: third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp b/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| index 9c2f76a71f98ae4862b3a0ec0e018e9263614f69..c1cf80afc5b9cc8bc70b73452e4a8a96a47210b9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| @@ -345,7 +345,7 @@ PassRefPtr<ComputedStyle> LayoutTextControlSingleLine::CreateInnerEditorStyle(
|
| text_block_style->AddCachedPseudoStyle(no_scrollbar_style);
|
| text_block_style->SetHasPseudoStyle(kPseudoIdScrollbar);
|
|
|
| - return text_block_style.Release();
|
| + return text_block_style;
|
| }
|
|
|
| bool LayoutTextControlSingleLine::TextShouldBeTruncated() const {
|
|
|