| Index: Source/core/css/PropertySetCSSStyleDeclaration.cpp
|
| diff --git a/Source/core/css/PropertySetCSSStyleDeclaration.cpp b/Source/core/css/PropertySetCSSStyleDeclaration.cpp
|
| index 92ae66cb2646fc3ee33616cc718e191a89e51d4f..87cc9283b281f9a04ddc1f3934b62044f611402c 100644
|
| --- a/Source/core/css/PropertySetCSSStyleDeclaration.cpp
|
| +++ b/Source/core/css/PropertySetCSSStyleDeclaration.cpp
|
| @@ -59,7 +59,7 @@ public:
|
|
|
| bool shouldReadOldValue = false;
|
|
|
| - m_mutationRecipients = MutationObserverInterestGroup::createForAttributesMutation(s_currentDecl->parentElement(), HTMLNames::styleAttr);
|
| + m_mutationRecipients = MutationObserverInterestGroup::createForAttributesMutation(*s_currentDecl->parentElement(), HTMLNames::styleAttr);
|
| if (m_mutationRecipients && m_mutationRecipients->isOldValueRequested())
|
| shouldReadOldValue = true;
|
|
|
|
|