| 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 ee63588929aff4919b268b4f3199f69e09898e43..bd5c8959b64d538ec07a9e54153c0471b2b16806 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -121,9 +121,6 @@ String Deprecation::DeprecationMessage(CSSPropertyID unresolved_property) {
|
| case CSSPropertyAliasMotionOffset:
|
| return replacedWillBeRemoved("motion-offset", "offset-distance", M58,
|
| "6390764217040896");
|
| - case CSSPropertyAliasMotionRotation:
|
| - return replacedWillBeRemoved("motion-rotation", "offset-rotate", M58,
|
| - "6390764217040896");
|
| case CSSPropertyOffsetRotation:
|
| return replacedWillBeRemoved("offset-rotation", "offset-rotate", M58,
|
| "6390764217040896");
|
|
|