| 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 e759d46766efc331dcc652c6b2e340df7fd67b37..56f0a5f7e6554a52fd4723fe9ffba9603a89688a 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp
|
| @@ -45,9 +45,6 @@ static void recordSelectorStats(const CSSParserContext& context,
|
| case CSSSelector::PseudoHostContext:
|
| feature = UseCounter::CSSSelectorPseudoHostContext;
|
| break;
|
| - case CSSSelector::PseudoFullScreenAncestor:
|
| - feature = UseCounter::CSSSelectorPseudoFullScreenAncestor;
|
| - break;
|
| case CSSSelector::PseudoFullScreen:
|
| feature = UseCounter::CSSSelectorPseudoFullScreen;
|
| break;
|
|
|