Index: Source/core/svg/animation/SVGSMILElement.cpp |
diff --git a/Source/core/svg/animation/SVGSMILElement.cpp b/Source/core/svg/animation/SVGSMILElement.cpp |
index 1f800db623562a08090dc347b1be6f3901544aea..7d4632fb9b15313d5ea34e2f0b0c392d43fdb09a 100644 |
--- a/Source/core/svg/animation/SVGSMILElement.cpp |
+++ b/Source/core/svg/animation/SVGSMILElement.cpp |
@@ -314,7 +314,7 @@ Node::InsertionNotificationRequest SVGSMILElement::insertedInto(ContainerNode* r |
if (!rootParent->inDocument()) |
return InsertionDone; |
- UseCounter::count(document(), UseCounter::SVGSMILElementInDocument); |
+ UseCounter::countDeprecation(document(), UseCounter::SVGSMILElementInDocument); |
setAttributeName(constructQualifiedName(this, fastGetAttribute(SVGNames::attributeNameAttr))); |
SVGSVGElement* owner = ownerSVGElement(); |