| 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 9912a1d7a566320949a2c0ee5a835ba891ef7eed..dcf9c0fb53e9942db4a441854397997fae53d2a3 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| @@ -301,7 +301,7 @@ PassRefPtr<ComputedStyle> LayoutTextControlSingleLine::createInnerEditorStyle(
|
| textBlockStyle->inheritFrom(startStyle);
|
| adjustInnerEditorStyle(*textBlockStyle);
|
|
|
| - textBlockStyle->setWhiteSpace(EWhiteSpace::Pre);
|
| + textBlockStyle->setWhiteSpace(EWhiteSpace::kPre);
|
| textBlockStyle->setOverflowWrap(NormalOverflowWrap);
|
| textBlockStyle->setTextOverflow(textShouldBeTruncated() ? TextOverflowEllipsis
|
| : TextOverflowClip);
|
|
|