| Index: Source/core/dom/PseudoElement.h
|
| diff --git a/Source/core/dom/PseudoElement.h b/Source/core/dom/PseudoElement.h
|
| index 5750656d0d053fd145270db6cfc726ac80616e93..598908e460ca466bf5b37fc488b72aa71c9fc50b 100644
|
| --- a/Source/core/dom/PseudoElement.h
|
| +++ b/Source/core/dom/PseudoElement.h
|
| @@ -63,7 +63,7 @@ const QualifiedName& pseudoElementTagName();
|
|
|
| inline bool pseudoElementRendererIsNeeded(const RenderStyle* style)
|
| {
|
| - return style && style->display() != NONE && (style->contentData() || !style->regionThread().isEmpty());
|
| + return style && style->display() != NONE && (style->styleType() == BACKDROP || style->contentData() || !style->regionThread().isEmpty());
|
| }
|
|
|
| } // namespace
|
|
|