| Index: third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| index c55347d60e85ede6251e187715949af2fc148132..05736fc401e9140f220187f35fed495004a50fbd 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -352,9 +352,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
|
| case UseCounter::SVGZoomEvent:
|
| return willBeRemoved("'SVGZoomEvent'", 52, "5760883808534528");
|
|
|
| - case UseCounter::BorderImageWithBorderStyleNone:
|
| - return "Elements using the 'border-image' CSS property with no 'border-style' set should have no border, but currently do. Setting 'border-style' will be required in M51, around May 2016. See https://www.chromestatus.com/features/5542503914668032 for more details.";
|
| -
|
| case UseCounter::WebAnimationHyphenatedProperty:
|
| return "Hyphenated property names in Web Animations keyframes are invalid and therefore ignored. Please use camelCase instead.";
|
|
|
|
|