Index: Source/core/dom/Element.cpp |
diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp |
index 6603f42fd0700ea5c6fe48be28e9464b15a89ea1..006af93e89a4befacbc1f848f95b204169af361c 100644 |
--- a/Source/core/dom/Element.cpp |
+++ b/Source/core/dom/Element.cpp |
@@ -3343,8 +3343,6 @@ bool Element::supportsStyleSharing() const |
return false; |
if (!parentOrShadowHostElement()->childrenSupportStyleSharing()) |
return false; |
- if (hasScopedHTMLStyleChild()) |
- return false; |
if (this == document().cssTarget()) |
return false; |
if (isHTMLElement() && toHTMLElement(this)->hasDirectionAuto()) |