Index: Source/core/dom/Element.cpp |
diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp |
index 6785eb9b84ecb55bf4b158dd829506a66d4a42c3..7b26abcf38c7522ab999991659926fa6c48d5afd 100644 |
--- a/Source/core/dom/Element.cpp |
+++ b/Source/core/dom/Element.cpp |
@@ -3299,8 +3299,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()) |