Index: Source/core/svg/SVGUseElement.cpp |
diff --git a/Source/core/svg/SVGUseElement.cpp b/Source/core/svg/SVGUseElement.cpp |
index 36e9abf7495a092f5cc0351e34de6fd3cf63b43b..5f5da38c454b276677a232b8b6e195221b2a9120 100644 |
--- a/Source/core/svg/SVGUseElement.cpp |
+++ b/Source/core/svg/SVGUseElement.cpp |
@@ -851,7 +851,7 @@ bool SVGUseElement::selfHasRelativeLengths() const |
if (!m_targetElementInstance) |
return false; |
- SVGElement* element = m_targetElementInstance->correspondingElement(); |
+ SVGElement* element = m_targetElementInstance->shadowTreeElement(); |
if (!element) |
return false; |