| 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 eef8d64119276eeea4485bd17066d9bd44fd59dc..f8a77e01b48fbb20ccac40b1ce7f0fa04d149485 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)
|
|
|