| Index: Source/core/svg/graphics/SVGImage.cpp
|
| diff --git a/Source/core/svg/graphics/SVGImage.cpp b/Source/core/svg/graphics/SVGImage.cpp
|
| index 668758b68aeea5aa8b8a31f5632860ad88ada28c..9a9d9f895ee4b97e32932f96f72199701c18cf7c 100644
|
| --- a/Source/core/svg/graphics/SVGImage.cpp
|
| +++ b/Source/core/svg/graphics/SVGImage.cpp
|
| @@ -403,7 +403,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);
|
| }
|
| }
|
|
|
|
|