| 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 f0a77ae3f07f5f02ffd52a6c6df935b5cdfd9708..a6e2c3d9f8ca2b4d40a1c5714cec4bca54eed553 100644
|
| --- a/third_party/WebKit/Source/core/dom/PseudoElement.h
|
| +++ b/third_party/WebKit/Source/core/dom/PseudoElement.h
|
| @@ -68,7 +68,7 @@ inline bool pseudoElementLayoutObjectIsNeeded(const ComputedStyle* style)
|
| return false;
|
| if (style->display() == NONE)
|
| return false;
|
| - if (style->styleType() == FIRST_LETTER || style->styleType() == BACKDROP)
|
| + if (style->styleType() == PseudoIdFirstLetter || style->styleType() == PseudoIdBackdrop)
|
| return true;
|
| return style->contentData();
|
| }
|
|
|