| 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 2dd44519d98c395758ed42354a13ab1850bc75d7..dd704c7b8111662219d8f952e1a84aa946e5a9ad 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -356,9 +356,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
|
| 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 replacedWillBeRemoved("Hyphenated naming in Web Animations keyframes", "camelCase", 51, "5650817352728576");
|
| -
|
| case UseCounter::PresentationConnectionStateChangeEventListener:
|
| return replacedWillBeRemoved("'PresentationConnection.onstateachange'", "'PresentationConnection.on{connect,close,terminate}'", 51, "5662456714100736");
|
|
|
|
|