| 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 795ccce27d3662c93b02607e1e11754370ea441c..05a37460c1d73b53419d62ffa4fece4b2a2dfa3c 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| @@ -919,12 +919,6 @@ String UseCounter::deprecationMessage(Feature feature)
|
| case CSSSelectorPseudoShadow:
|
| return "::shadow pseudo-element is deprecated. See https://www.chromestatus.com/features/6750456638341120 for more details.";
|
|
|
| - case PrefixedMouseEventMovementX:
|
| - return replacedBy("'webkitMovementX'", "'movementX'");
|
| -
|
| - case PrefixedMouseEventMovementY:
|
| - return replacedBy("'webkitMovementY'", "'movementY'");
|
| -
|
| case SVGSMILElementInDocument:
|
| case SVGSMILAnimationInImageRegardlessOfCache:
|
| return "SVG's SMIL animations (<animate>, <set>, etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.";
|
|
|