| Index: third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp
|
| index d2832746675a6d646508a768e0d27e24c3674349..b2973e89a71c9edc5c5a558eb857e403f5d84d49 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp
|
| @@ -26,6 +26,9 @@ static void recordSelectorStats(const CSSParserContext& context, const CSSSelect
|
| case CSSSelector::PseudoUnresolved:
|
| feature = UseCounter::CSSSelectorPseudoUnresolved;
|
| break;
|
| + case CSSSelector::PseudoDefined:
|
| + feature = UseCounter::CSSSelectorPseudoDefined;
|
| + break;
|
| case CSSSelector::PseudoSlotted:
|
| feature = UseCounter::CSSSelectorPseudoSlotted;
|
| break;
|
|
|