| Index: third_party/WebKit/Source/core/dom/Element.cpp | 
| diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp | 
| index a70da0b7f8cd17c79bc6ff87a8f3bde279ee877f..c01be6104ef1e5ea593f427585f0013e6c898e2f 100644 | 
| --- a/third_party/WebKit/Source/core/dom/Element.cpp | 
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp | 
| @@ -1429,7 +1429,7 @@ const AtomicString Element::imageSourceURL() const | 
|  | 
| bool Element::layoutObjectIsNeeded(const ComputedStyle& style) | 
| { | 
| -    return style.display() != NONE; | 
| +    return style.display() != EDisplay::None; | 
| } | 
|  | 
| LayoutObject* Element::createLayoutObject(const ComputedStyle& style) | 
|  |