| Index: third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.cpp b/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.cpp
|
| index bba3053c24bc5dcd42d31beb03897538d5066009..6ac2791e1a9f5549558423e5d0edb2bdbd65b6e5 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.cpp
|
| @@ -96,7 +96,7 @@ PassRefPtr<ComputedStyle> LayoutTextControlMultiLine::CreateInnerEditorStyle(
|
| text_block_style->SetDisplay(EDisplay::kBlock);
|
| text_block_style->SetUnique();
|
|
|
| - return text_block_style.Release();
|
| + return text_block_style;
|
| }
|
|
|
| LayoutObject* LayoutTextControlMultiLine::LayoutSpecialExcludedChild(
|
|
|