Index: Source/core/svg/SVGTRefElement.cpp |
diff --git a/Source/core/svg/SVGTRefElement.cpp b/Source/core/svg/SVGTRefElement.cpp |
index b91a65b1dc28e975f7fb6476f9eded4d55442dca..6ace0ad96a75b136146a09e037eba1df0ece85a6 100644 |
--- a/Source/core/svg/SVGTRefElement.cpp |
+++ b/Source/core/svg/SVGTRefElement.cpp |
@@ -140,7 +140,7 @@ inline SVGTRefElement::SVGTRefElement(const QualifiedName& tagName, Document* do |
ScriptWrappable::init(this); |
registerAnimatedPropertiesForSVGTRefElement(); |
- UseCounter::observe(document, UseCounter::SVGTRefElement); |
+ UseCounter::count(document, UseCounter::SVGTRefElement); |
} |
SVGTRefElement::~SVGTRefElement() |