| 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 7644a6c95033d2e55349be50882a91f80e2913c3..f7510db221c66b2fa789c6941755e9002380f1fa 100644
|
| --- a/third_party/WebKit/Source/core/dom/Text.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Text.cpp
|
| @@ -265,7 +265,7 @@ bool Text::textLayoutObjectIsNeeded(const ComputedStyle& style,
|
| if (!length())
|
| return false;
|
|
|
| - if (style.display() == EDisplay::None)
|
| + if (style.display() == EDisplay::kNone)
|
| return false;
|
|
|
| if (!containsOnlyWhitespace())
|
|
|