Index: Source/core/frame/UseCounter.cpp |
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
index 7e68504b5c512ffa69e56b6b2280692430112762..4be6424aa5c6e6fef62172fee654c8d23926633e 100644 |
--- a/Source/core/frame/UseCounter.cpp |
+++ b/Source/core/frame/UseCounter.cpp |
@@ -931,6 +931,10 @@ String UseCounter::deprecationMessage(Feature feature) |
case VideoFullscreenAllowedExemption: |
return "Entering fullscreen in an <iframe> with no allowfullscreen attribute is deprecated and will stop working in M46, around October 2015. Please use the allowfullscreen attribute."; |
+ case SVGSMILElementInDocument: |
+ case SVGSMILAnimationInImageRegardlessOfCache: |
+ return "SVG's SMIL animations (<animate>, <set>, etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead."; |
+ |
// Features that aren't deprecated don't have a deprecation message. |
default: |
return String(); |