| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index 5b02e15c5dc2ec0559843c6db213323a679f4f81..ef55ae5f78f367aeac36a06732e9f610a18ecbb0 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -3286,8 +3286,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())
|
|
|