Index: Source/core/svg/SVGAnimateElement.cpp |
diff --git a/Source/core/svg/SVGAnimateElement.cpp b/Source/core/svg/SVGAnimateElement.cpp |
index 3b9cb86b69ded20e57f4ef10a954a5c247d0046b..f69a04a8155ecfccebcc9d6d991fc15ff89868d4 100644 |
--- a/Source/core/svg/SVGAnimateElement.cpp |
+++ b/Source/core/svg/SVGAnimateElement.cpp |
@@ -42,7 +42,7 @@ SVGAnimateElement::SVGAnimateElement(const QualifiedName& tagName, Document& doc |
PassRefPtrWillBeRawPtr<SVGAnimateElement> SVGAnimateElement::create(Document& document) |
{ |
- return adoptRefWillBeRefCountedGarbageCollected(new SVGAnimateElement(SVGNames::animateTag, document)); |
+ return adoptRefWillBeNoop(new SVGAnimateElement(SVGNames::animateTag, document)); |
} |
SVGAnimateElement::~SVGAnimateElement() |