Index: Source/core/css/PropertySetCSSStyleDeclaration.cpp |
diff --git a/Source/core/css/PropertySetCSSStyleDeclaration.cpp b/Source/core/css/PropertySetCSSStyleDeclaration.cpp |
index d8d7e4a2a72fc94991ed600bb4ac1ef197352f23..3a3f4aa1e30b96e1d2adbdcb77509ec974a1170c 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(LocalStyleChange, StyleChangeReasonForTracing::create(StyleChangeReason::StyleSheetChange)); |
m_parentElement->invalidateStyleAttribute(); |
StyleAttributeMutationScope(this).didInvalidateStyleAttr(); |
} |