| Index: third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| index 95de635c0081b1f9ec5c6ca89ca5ed9fa52cc07a..b16041f04a869138e3a39937d8e590acb8a53b3c 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| @@ -1246,7 +1246,6 @@ void UseCounter::count(CSSParserMode cssParserMode, CSSPropertyID property) {
|
| }
|
|
|
| void UseCounter::count(Feature feature) {
|
| - DCHECK(Deprecation::deprecationMessage(feature).isEmpty());
|
| recordMeasurement(feature);
|
| }
|
|
|
|
|