Index: Source/core/svg/SVGCursorElement.cpp |
diff --git a/Source/core/svg/SVGCursorElement.cpp b/Source/core/svg/SVGCursorElement.cpp |
index a016614ec71eaafb874d1ff13346eaf1b835ba1c..9f6e466d85a8f09b09c2e143a37f25e45bea420b 100644 |
--- a/Source/core/svg/SVGCursorElement.cpp |
+++ b/Source/core/svg/SVGCursorElement.cpp |
@@ -138,7 +138,7 @@ void SVGCursorElement::addSubresourceAttributeURLs(ListHashSet<KURL>& urls) cons |
{ |
SVGElement::addSubresourceAttributeURLs(urls); |
- addSubresourceURL(urls, document()->completeURL(hrefCurrentValue())); |
+ addSubresourceURL(urls, document().completeURL(hrefCurrentValue())); |
} |
} |