| Index: third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/SelectorChecker.cpp b/third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| index ab2b95474d06523bf92f83d22d0aabdedafd3c45..8e56eb79eeafe6ddb30830ef4f994dc487546ccc 100644
|
| --- a/third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| +++ b/third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| @@ -909,7 +909,7 @@ bool SelectorChecker::checkPseudoClass(const SelectorCheckingContext& context, M
|
| return element == element.document().documentElement();
|
| return context.scope == &element;
|
| case CSSSelector::PseudoUnresolved:
|
| - return element.isUnresolvedCustomElement();
|
| + return element.isUnresolvedV0CustomElement();
|
| case CSSSelector::PseudoHost:
|
| case CSSSelector::PseudoHostContext:
|
| return checkPseudoHost(context, result);
|
|
|