| Index: Source/core/css/PropertySetCSSStyleDeclaration.cpp
|
| diff --git a/Source/core/css/PropertySetCSSStyleDeclaration.cpp b/Source/core/css/PropertySetCSSStyleDeclaration.cpp
|
| index b328f111801bded2bfa98f2194054405a73f99d4..24f41b4873da8b183209856ac1006c975065ad1c 100644
|
| --- a/Source/core/css/PropertySetCSSStyleDeclaration.cpp
|
| +++ b/Source/core/css/PropertySetCSSStyleDeclaration.cpp
|
| @@ -397,7 +397,7 @@ void InlineCSSStyleDeclaration::didMutate(MutationType type)
|
| return;
|
|
|
| m_parentElement->clearMutableInlineStyleIfEmpty();
|
| - m_parentElement->setNeedsStyleRecalc(LocalStyleChange);
|
| + m_parentElement->setNeedsStyleRecalc(StyleChangeReasonForTracing::StyleSheetChange, LocalStyleChange);
|
| m_parentElement->invalidateStyleAttribute();
|
| StyleAttributeMutationScope(this).didInvalidateStyleAttr();
|
| }
|
|
|