| Index: Source/core/frame/UseCounter.cpp
|
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
|
| index e8c45ad80117816e5161335e8ab77d32a9c1c8ef..35393fd5726b1dd5fc25952d001741b02dbdfe48 100644
|
| --- a/Source/core/frame/UseCounter.cpp
|
| +++ b/Source/core/frame/UseCounter.cpp
|
| @@ -811,9 +811,6 @@ 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 BgPropertiesFixed:
|
| - return "The 'bgproperties=fixed' attribute is deprecated. Please use CSS 'background-attachment:fixed' instead.";
|
| -
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
|
|