| 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 a21840d98e8ed4a7c2924371bb4d999bd0fdc1a8..42f6dbcc3efa477751647555f4f0c0972feffe3a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| @@ -305,7 +305,7 @@ PassRefPtr<ComputedStyle> LayoutTextControlSingleLine::CreateInnerEditorStyle(
|
| AdjustInnerEditorStyle(*text_block_style);
|
|
|
| text_block_style->SetWhiteSpace(EWhiteSpace::kPre);
|
| - text_block_style->SetOverflowWrap(kNormalOverflowWrap);
|
| + text_block_style->SetOverflowWrap(EOverflowWrap::kNormal);
|
| text_block_style->SetTextOverflow(
|
| TextShouldBeTruncated() ? kTextOverflowEllipsis : kTextOverflowClip);
|
|
|
|
|