| Index: third_party/WebKit/Source/core/dom/Text.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Text.cpp b/third_party/WebKit/Source/core/dom/Text.cpp
|
| index a8d3da8c39c28dd42514d1f5f82c1c6bc9140315..8c6d94d84da28da44e1804c14189c4dd5b893beb 100644
|
| --- a/third_party/WebKit/Source/core/dom/Text.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Text.cpp
|
| @@ -274,7 +274,7 @@ bool Text::textLayoutObjectIsNeeded(const ComputedStyle& style,
|
| return false;
|
|
|
| // pre-wrap in SVG never makes layoutObject.
|
| - if (style.whiteSpace() == PRE_WRAP && parent.isSVG())
|
| + if (style.whiteSpace() == EWhiteSpace::PreWrap && parent.isSVG())
|
| return false;
|
|
|
| // pre/pre-wrap/pre-line always make layoutObjects.
|
|
|