| 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 001e7007085fd3a8abab6a4dad4a27d53d856955..b8a277b0e289b40a01db59766ae44357ca8f32be 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(PRE);
|
| + textBlockStyle->setWhiteSpace(EWhiteSpace::Pre);
|
| textBlockStyle->setOverflowWrap(NormalOverflowWrap);
|
| textBlockStyle->setTextOverflow(textShouldBeTruncated() ? TextOverflowEllipsis
|
| : TextOverflowClip);
|
|
|