Index: Source/core/svg/SVGAltGlyphElement.cpp |
diff --git a/Source/core/svg/SVGAltGlyphElement.cpp b/Source/core/svg/SVGAltGlyphElement.cpp |
index 72e3f4595df55e963c086a68c915aea48b4af7b5..c5224b8c1b2b118d5b85071c0ef659e414375dd5 100644 |
--- a/Source/core/svg/SVGAltGlyphElement.cpp |
+++ b/Source/core/svg/SVGAltGlyphElement.cpp |
@@ -91,7 +91,7 @@ RenderObject* SVGAltGlyphElement::createRenderer(RenderStyle*) |
bool SVGAltGlyphElement::hasValidGlyphElements(Vector<String>& glyphNames) const |
{ |
String target; |
- Element* element = targetElementFromIRIString(getAttribute(XLinkNames::hrefAttr), &document(), &target); |
+ Element* element = targetElementFromIRIString(getAttribute(XLinkNames::hrefAttr), document(), &target); |
if (!element) |
return false; |