| Index: sky/engine/core/rendering/RenderObject.cpp
|
| diff --git a/sky/engine/core/rendering/RenderObject.cpp b/sky/engine/core/rendering/RenderObject.cpp
|
| index b01de0b5b5d2639f6accb3516918b88c53c652d8..2d012b22fe8db9ee211f2173e3a45774a07462d9 100644
|
| --- a/sky/engine/core/rendering/RenderObject.cpp
|
| +++ b/sky/engine/core/rendering/RenderObject.cpp
|
| @@ -1362,7 +1362,7 @@ void RenderObject::propagateStyleToAnonymousChildren(bool blockChildrenOnly)
|
| {
|
| // FIXME: We could save this call when the change only affected non-inherited properties.
|
| for (RenderObject* child = slowFirstChild(); child; child = child->nextSibling()) {
|
| - if (!child->isAnonymous() || child->style()->styleType() != NOPSEUDO)
|
| + if (!child->isAnonymous())
|
| continue;
|
|
|
| if (blockChildrenOnly && !child->isRenderBlock())
|
|
|