| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index bf55e4cb44c17e5fe76c533b600b33ab6dbea9da..b8ca2d69568a73cf0f982764bfc3c9cc44db2326 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -799,6 +799,9 @@ String UseCounter::deprecationMessage(Feature feature)
|
| case DOMImplementationHasFeatureReturnFalse:
|
| return "'DOMImplementation.hasFeature()' returning false is deprecated. Please do not use it, as per DOM it should always return true (https://dom.spec.whatwg.org/#dom-domimplementation-hasfeature).";
|
|
|
| + case GetMatchedCSSRules:
|
| + return "'getMatchedCSSRules()' is deprecated. For more help, check https://code.google.com/p/chromium/issues/detail?id=437569#c2";
|
| +
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
|
|