Index: Source/core/svg/graphics/SVGImage.cpp |
diff --git a/Source/core/svg/graphics/SVGImage.cpp b/Source/core/svg/graphics/SVGImage.cpp |
index 7091c0cc4998e97a9c4a3a633b0bddb4827d95db..8b9c66c0828d5576afa077dbf8f41fc787f3d405 100644 |
--- a/Source/core/svg/graphics/SVGImage.cpp |
+++ b/Source/core/svg/graphics/SVGImage.cpp |
@@ -388,7 +388,7 @@ void SVGImage::updateUseCounters(Document& document) const |
{ |
if (SVGSVGElement* rootElement = svgRootElement(m_page.get())) { |
if (rootElement->timeContainer()->hasAnimations()) |
- UseCounter::count(document, UseCounter::SVGSMILAnimationInImageRegardlessOfCache); |
+ UseCounter::countDeprecation(document, UseCounter::SVGSMILAnimationInImageRegardlessOfCache); |
} |
} |