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 3fd4fb889d9b8ad52aebbc1d5211c44ca00d21d0..c6eac9d3e1da8819bdf224de921c71a44322f8ba 100644 |
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp |
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
@@ -333,10 +333,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) |
case UseCounter::CSSSelectorPseudoShadow: |
return "::shadow pseudo-element is deprecated. See https://www.chromestatus.com/features/6750456638341120 for more details."; |
- case UseCounter::SVGSMILElementInDocument: |
- case UseCounter::SVGSMILAnimationInImageRegardlessOfCache: |
- return "SVG's SMIL animations (<animate>, <set>, etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead."; |
- |
case UseCounter::PrefixedPerformanceClearResourceTimings: |
return replacedBy("'Performance.webkitClearResourceTimings'", "'Performance.clearResourceTimings'"); |