Index: Source/core/svg/animation/SVGSMILElement.cpp |
diff --git a/Source/core/svg/animation/SVGSMILElement.cpp b/Source/core/svg/animation/SVGSMILElement.cpp |
index 8d5347cff2b4dfccc706fa5d7db72cd276fbb6d6..1e8b58e31810acb67624ecf7c01e0addf5460f42 100644 |
--- a/Source/core/svg/animation/SVGSMILElement.cpp |
+++ b/Source/core/svg/animation/SVGSMILElement.cpp |
@@ -181,7 +181,7 @@ void SVGSMILElement::buildPendingResource() |
if (href.isEmpty()) |
target = parentNode() && parentNode()->isElementNode() ? toElement(parentNode()) : 0; |
else |
- target = SVGURIReference::targetElementFromIRIString(href, &document(), &id); |
+ target = SVGURIReference::targetElementFromIRIString(href, document(), &id); |
SVGElement* svgTarget = target && target->isSVGElement() ? toSVGElement(target) : 0; |
if (svgTarget && !svgTarget->inDocument()) |