| Index: third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp b/third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp
|
| index 8ac84299f253d195fd2923815f5c8b6abee39044..79fa5b7ce370de30bfa5538c3a91bfc90be6a788 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp
|
| @@ -253,7 +253,7 @@ bool SharedStyleFinder::canShareStyleWithElement(Element& candidate) const
|
| if (candidate.isLink() && m_context.elementLinkState() != style->insideLink())
|
| return false;
|
|
|
| - if (candidate.isUnresolvedCustomElement() != element().isUnresolvedCustomElement())
|
| + if (candidate.isUnresolvedV0CustomElement() != element().isUnresolvedV0CustomElement())
|
| return false;
|
|
|
| if (element().parentOrShadowHostElement() != parent) {
|
|
|