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