| Index: third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
|
| index 216e262fe209d9bbb3dd2c185229e29c11b16a16..fa3180cec2ff9dfb45c3804d49b48718b4bfde9a 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
|
| @@ -69,6 +69,7 @@ class CORE_EXPORT CSSSelectorParser {
|
| static std::unique_ptr<CSSParserSelector>
|
| splitCompoundAtImplicitShadowCrossingCombinator(
|
| std::unique_ptr<CSSParserSelector> compoundSelector);
|
| + void recordUsageAndDeprecations(const CSSSelectorList&);
|
|
|
| Member<const CSSParserContext> m_context;
|
| Member<StyleSheetContents> m_styleSheet; // FIXME: Should be const
|
|
|