Index: Source/core/svg/SVGElement.h |
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
index 08ce56c0e03cfa32c356ad96091e1a128a42136b..741a43ec220f48897878eb8374b549cddfe4fe1d 100644 |
--- a/Source/core/svg/SVGElement.h |
+++ b/Source/core/svg/SVGElement.h |
@@ -108,7 +108,7 @@ public: |
void invalidateSVGAttributes() { ensureUniqueElementData().m_animatedSVGAttributesAreDirty = true; } |
void invalidateSVGPresentationAttributeStyle() { ensureUniqueElementData().m_presentationAttributeStyleIsDirty = true; } |
- const HashSet<SVGElementInstance*>& instancesForElement() const; |
+ const HashSet<SVGElement*>& instancesForElement() const; |
bool getBoundingBox(FloatRect&); |
@@ -121,6 +121,7 @@ public: |
SVGElement* correspondingElement(); |
void setCorrespondingElement(SVGElement*); |
+ SVGUseElement* correspondingUseElement() const; |
void synchronizeAnimatedSVGAttribute(const QualifiedName&) const; |