| 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 68973928d9baa66a49396dfafd04a8b383050d1a..3fbc1223ee9db8d78e6f6db7e8b196dae7d12190 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -121,10 +121,6 @@ String Deprecation::DeprecationMessage(CSSPropertyID unresolved_property) {
|
| case CSSPropertyAliasMotionOffset:
|
| return replacedWillBeRemoved("motion-offset", "offset-distance", M58,
|
| "6390764217040896");
|
| - case CSSPropertyOffsetRotation:
|
| - return replacedWillBeRemoved("offset-rotation", "offset-rotate", M58,
|
| - "6390764217040896");
|
| -
|
| default:
|
| return g_empty_string;
|
| }
|
|
|