| Index: Source/core/dom/shadow/InsertionPoint.cpp
|
| diff --git a/Source/core/dom/shadow/InsertionPoint.cpp b/Source/core/dom/shadow/InsertionPoint.cpp
|
| index fb1029415a385788b478bfd5a132380aac8fae29..80a1bfa418f16b37ac8dd6da9d08b6a8cc29402c 100644
|
| --- a/Source/core/dom/shadow/InsertionPoint.cpp
|
| +++ b/Source/core/dom/shadow/InsertionPoint.cpp
|
| @@ -123,7 +123,7 @@ void InsertionPoint::willRecalcStyle(StyleRecalcChange change)
|
| if (change < Inherit)
|
| return;
|
| for (size_t i = 0; i < m_distribution.size(); ++i)
|
| - m_distribution.at(i)->setNeedsStyleRecalc(SubtreeStyleChange);
|
| + m_distribution.at(i)->setNeedsStyleRecalc(SubtreeStyleChange, StyleChangeReasonForTracing::create(StyleChangeReason::PropagateInheritChangeToDistributedNodes));
|
| }
|
|
|
| bool InsertionPoint::shouldUseFallbackElements() const
|
|
|