| 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 89d8f9b7e117e18cf10bf07a05200ee52fc68cca..ba86fa34f76724a8f8d89896dd9a54449ed93a33 100644 | 
| --- a/third_party/WebKit/Source/core/dom/Text.cpp | 
| +++ b/third_party/WebKit/Source/core/dom/Text.cpp | 
| @@ -270,7 +270,7 @@ bool Text::textLayoutObjectIsNeeded(const ComputedStyle& style, const LayoutObje | 
| if (!length()) | 
| return false; | 
|  | 
| -    if (style.display() == NONE) | 
| +    if (style.display() == EDisplay::None) | 
| return false; | 
|  | 
| if (!containsOnlyWhitespace()) | 
|  |