Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1015)

Unified Diff: Source/core/svg/SVGUseElement.cpp

Issue 294783002: Remove SVGSymbolElement::selfHasRelativeLengths (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixtest Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/svg/SVGUseElement.cpp
diff --git a/Source/core/svg/SVGUseElement.cpp b/Source/core/svg/SVGUseElement.cpp
index 6ece4f9cc6576a47392633928d2623feed27c668..68b6a5ee177c4a592147d986e9e9915ea9c7c0e5 100644
--- a/Source/core/svg/SVGUseElement.cpp
+++ b/Source/core/svg/SVGUseElement.cpp
@@ -857,7 +857,7 @@ bool SVGUseElement::selfHasRelativeLengths() const
if (!m_targetElementInstance)
return false;
- SVGElement* element = m_targetElementInstance->correspondingElement();
+ SVGElement* element = m_targetElementInstance->shadowTreeElement();
if (!element)
return false;
« Source/core/svg/SVGSymbolElement.cpp ('K') | « Source/core/svg/SVGSymbolElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698