| Index: third_party/WebKit/Source/core/layout/LayoutText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutText.cpp b/third_party/WebKit/Source/core/layout/LayoutText.cpp
|
| index 23ccbf0b5b6e46b4a8a9c87e885174e19b14f83d..a9ee24e75b8780537e5ceabc1b923e9a3775df45 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.cpp
|
| @@ -1340,7 +1340,7 @@ void LayoutText::computePreferredLogicalWidths(
|
| if (!styleToUse.autoWrap())
|
| m_minWidth = m_maxWidth;
|
|
|
| - if (styleToUse.whiteSpace() == PRE) {
|
| + if (styleToUse.whiteSpace() == EWhiteSpace::Pre) {
|
| if (firstLine)
|
| m_firstLineMinWidth = m_maxWidth;
|
| m_lastLineLineMinWidth = currMaxWidth;
|
|
|