| Index: Source/core/css/resolver/ScopedStyleTree.cpp
|
| diff --git a/Source/core/css/resolver/ScopedStyleTree.cpp b/Source/core/css/resolver/ScopedStyleTree.cpp
|
| index 3fb5a45ed95c31615436223493f525f2943475bf..369a8e2450bd497e4514ca10b529281ba391b2a4 100644
|
| --- a/Source/core/css/resolver/ScopedStyleTree.cpp
|
| +++ b/Source/core/css/resolver/ScopedStyleTree.cpp
|
| @@ -129,8 +129,6 @@ void ScopedStyleTree::collectScopedResolversForHostedShadowTrees(const Element*
|
| if (ScopedStyleResolver* resolver = scopedStyleResolverFor(*shadowRoot))
|
| resolvers.append(resolver);
|
| }
|
| - if (!shadowRoot->containsShadowElements())
|
| - break;
|
| }
|
| }
|
|
|
|
|