| 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 e6bae08f95ff59a2a659932b9eecba76cda099b8..a105811975803ddc44edf75f845d6386a3f5d22c 100644
|
| --- a/third_party/WebKit/Source/core/dom/Text.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Text.cpp
|
| @@ -273,7 +273,7 @@ bool Text::textLayoutObjectIsNeeded(const ComputedStyle& style,
|
| return false;
|
|
|
| // pre-wrap in SVG never makes layoutObject.
|
| - if (style.whiteSpace() == EWhiteSpace::PreWrap && parent.isSVG())
|
| + if (style.whiteSpace() == EWhiteSpace::kPreWrap && parent.isSVG())
|
| return false;
|
|
|
| // pre/pre-wrap/pre-line always make layoutObjects.
|
|
|