| Index: Source/core/dom/shadow/InsertionPoint.cpp
|
| diff --git a/Source/core/dom/shadow/InsertionPoint.cpp b/Source/core/dom/shadow/InsertionPoint.cpp
|
| index 56694939171db39bc24aa7badc04cf76b30bfdc2..5bf093fefe9978e333695652ca7a64c04a9b13f7 100644
|
| --- a/Source/core/dom/shadow/InsertionPoint.cpp
|
| +++ b/Source/core/dom/shadow/InsertionPoint.cpp
|
| @@ -122,7 +122,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(LocalStyleChange);
|
| + m_distribution.at(i)->setNeedsStyleRecalc(SubtreeStyleChange);
|
| }
|
|
|
| bool InsertionPoint::shouldUseFallbackElements() const
|
|
|