| Index: Source/core/dom/PseudoElement.cpp
|
| diff --git a/Source/core/dom/PseudoElement.cpp b/Source/core/dom/PseudoElement.cpp
|
| index f3626aa7ae037e39287686281e9f1724c25e6dc9..ee72144cf7c61f5fe998a7af1685efc047d93ab7 100644
|
| --- a/Source/core/dom/PseudoElement.cpp
|
| +++ b/Source/core/dom/PseudoElement.cpp
|
| @@ -156,7 +156,7 @@ void PseudoElement::didRecalcStyle(StyleRecalcChange)
|
| if (!child->isText() && !child->isQuote() && !child->isImage())
|
| continue;
|
|
|
| - child->setPseudoStyle(renderer->style());
|
| + child->setPseudoStyle(renderer->mutableStyle());
|
| }
|
| }
|
|
|
|
|