Index: Source/core/dom/shadow/InsertionPoint.cpp |
diff --git a/Source/core/dom/shadow/InsertionPoint.cpp b/Source/core/dom/shadow/InsertionPoint.cpp |
index a3ee335ebdc4d5e17a59d2b945c22f4f95a52bde..4099b88c53d59141e59f9a39956cce45839a37e4 100644 |
--- a/Source/core/dom/shadow/InsertionPoint.cpp |
+++ b/Source/core/dom/shadow/InsertionPoint.cpp |
@@ -252,7 +252,7 @@ void InsertionPoint::parseAttribute(const QualifiedName& name, const AtomicStrin |
if (name == reset_style_inheritanceAttr) { |
if (!inDocument() || !isActive()) |
return; |
- containingShadowRoot()->host()->setNeedsStyleRecalc(); |
+ containingShadowRoot()->host()->setNeedsStyleRecalc(SubtreeStyleChange); |
} else |
HTMLElement::parseAttribute(name, value); |
} |