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 ab4370b6f94e5dc5cd55890252cad1a0a6d71dde..eee05a9d0eafe74f44f6dff32af9f3cf4d253a01 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"); |