Index: third_party/WebKit/Source/core/css/parser/CSSParserContext.h |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserContext.h b/third_party/WebKit/Source/core/css/parser/CSSParserContext.h |
index c1babda374fd3f70978c1543138b8e80991b5a00..5f60e91f1566da4b988ccb1652e8042769515000 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParserContext.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserContext.h |
@@ -81,6 +81,7 @@ class CORE_EXPORT CSSParserContext |
void count(UseCounter::Feature) const; |
void count(CSSParserMode, CSSPropertyID) const; |
+ void countDeprecation(UseCounter::Feature) const; |
bool isUseCounterRecordingEnabled() const { return m_document; } |
bool isDocumentHandleEqual(const Document* other) const; |