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

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: Mark for NeedsRebaseline 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
« no previous file with comments | « Source/core/svg/SVGSymbolElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/svg/SVGSymbolElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698