| Index: third_party/WebKit/Source/core/dom/PseudoElement.h
|
| diff --git a/third_party/WebKit/Source/core/dom/PseudoElement.h b/third_party/WebKit/Source/core/dom/PseudoElement.h
|
| index e05dacfc47dd429b3cd2bfa5d77d49dab71b6255..1e9e1aff23ec0f6cb3107966847debf020431fb3 100644
|
| --- a/third_party/WebKit/Source/core/dom/PseudoElement.h
|
| +++ b/third_party/WebKit/Source/core/dom/PseudoElement.h
|
| @@ -65,7 +65,7 @@ const QualifiedName& pseudoElementTagName();
|
| inline bool pseudoElementLayoutObjectIsNeeded(const ComputedStyle* style) {
|
| if (!style)
|
| return false;
|
| - if (style->display() == EDisplay::None)
|
| + if (style->display() == EDisplay::kNone)
|
| return false;
|
| if (style->styleType() == PseudoIdFirstLetter ||
|
| style->styleType() == PseudoIdBackdrop)
|
|
|